Skip to content

Commit

Permalink
Merge branch 'love2d-community:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-alzate authored Jul 22, 2024
2 parents cdd5052 + 9e0aa55 commit 5271996
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 22 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: max/[email protected]
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install awesome-lint
run: npm install -g awesome-lint
- name: Run awesome-lint
run: npx awesome-lint ./README.md
Loading

0 comments on commit 5271996

Please sign in to comment.