chore(actions): update actions
This commit is contained in:
parent
b87891f50e
commit
6b0e243b09
2 changed files with 2 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -62,8 +62,8 @@ jobs:
|
||||||
eslint_extensions: ts
|
eslint_extensions: ts
|
||||||
prettier: true
|
prettier: true
|
||||||
auto_fix: true
|
auto_fix: true
|
||||||
git_name: GitHub Action
|
git_name: github-actions[bot]
|
||||||
git_email: github-action@users.noreply.github.com
|
git_email: github-actions[bot]@users.noreply.github.com
|
||||||
commit_message: 'chore(lint): ${linter} fix'
|
commit_message: 'chore(lint): ${linter} fix'
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
neutral_check_on_warning: true
|
neutral_check_on_warning: true
|
||||||
|
|
1
.github/workflows/format.yml
vendored
1
.github/workflows/format.yml
vendored
|
@ -22,7 +22,6 @@ jobs:
|
||||||
run: yarn --frozen-lockfile --ignore-engines
|
run: yarn --frozen-lockfile --ignore-engines
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- run: yarn lerna run build --scope @astrojs/parser
|
|
||||||
- name: Format code
|
- name: Format code
|
||||||
run: yarn format
|
run: yarn format
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
|
Loading…
Reference in a new issue