mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Update linting action
This commit is contained in:
parent
2aeacc0a77
commit
48285f7d1f
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
name: ESLint
|
||||
name: Lint
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
|
@ -22,11 +22,11 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: Run ESLint
|
||||
run: yarn run eslint:fix
|
||||
run: yarn run lint:fix
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v4
|
||||
with:
|
||||
add: src
|
||||
message: "chore(lint): Auto-fix linting errors"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Reference in a new issue