Skip to content

Commit 3ff8cdc

Browse files
committed
ci: set up linter
1 parent 17aa7b0 commit 3ff8cdc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
on:
3+
- push
4+
- pull_request
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Install modules
11+
run: yarn
12+
- name: Run ESLint
13+
run: yarn run eslint . --ext .js,.jsx,.ts,.tsx

0 commit comments

Comments
 (0)