Skip to content

Commit

Permalink
Actually store the results of fixing linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
szschaler authored Sep 21, 2024
1 parent 060dc94 commit db15bd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- run: npx awesome-lint
markdown-lint:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -23,6 +25,13 @@ jobs:
with:
globs: '**/*.md'
fix: true
- name: Commit changes from fixing
uses: stefanzweifel/[email protected]
with:
commit_message: Apply automatic changes
branch: ${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
check-links:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit db15bd8

Please sign in to comment.