aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/eslint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/eslint.yml')
-rw-r--r--.woodpecker/eslint.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.woodpecker/eslint.yml b/.woodpecker/eslint.yml
new file mode 100644
index 0000000..52fb895
--- /dev/null
+++ b/.woodpecker/eslint.yml
@@ -0,0 +1,9 @@
+when:
+ - event: push
+
+steps:
+ - name: eslint
+ image: node
+ commands:
+ - npm install
+ - npx eslint asset-sources/*.ts