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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
@ -22,11 +22,11 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: yarn run eslint:fix
|
run: yarn run lint:fix
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v4
|
uses: EndBug/add-and-commit@v4
|
||||||
with:
|
with:
|
||||||
add: src
|
add: src
|
||||||
message: "chore(lint): Auto-fix linting errors"
|
message: "chore(lint): Auto-fix linting errors"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Reference in a new issue