Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lshmouse committed Nov 12, 2024
1 parent 5f79561 commit b151b92
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
fail_on_error: true
# - name: yamllint
# uses: reviewdog/action-yamllint@v1
# with:
# github_token: ${{ secrets.github_token }}
# fail_on_error: true
- name: yamlfmt
uses: yk-lab/[email protected]
# see: https://github.com/google/autoyapf
Expand All @@ -29,7 +29,8 @@ jobs:
id: autoyapf
uses: mritunjaysharma394/autoyapf@v2
with:
args: --style pep8 --recursive .
args: --style pep8 --recursive --in-place .
fail_on_error: true
- name: Check for modified files
id: git-check
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
Expand Down

0 comments on commit b151b92

Please sign in to comment.