Skip to content

Commit

Permalink
As lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 12, 2023
1 parent a8e3d82 commit 5787ddf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Lint
on: push
jobs:
lint:
name: Run eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: Lint
run: yarn lint

0 comments on commit 5787ddf

Please sign in to comment.