Skip to content

Commit

Permalink
docs: Fix example in README that had job name from another project
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 27, 2024
1 parent cc089e3 commit a82a9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ As a case study, here is how a workflow could be setup in GitHub Actions:
name: Luacheck
on: [push, pull_request]
jobs:
sile:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Luacheck linter
uses: lunarmodules/luacheck@v1
```
Expand Down

0 comments on commit a82a9c1

Please sign in to comment.