Skip to content

Commit

Permalink
chore(ci): Bump Luacheck action, upstream now uses semver stable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 24, 2022
1 parent 3b42fd0 commit 4370a11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Luacheck

on: [push, pull_request]
on: [ push, pull_request ]

jobs:

luacheck:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Luacheck
uses: lunarmodules/luacheck@v0
uses: lunarmodules/luacheck@v1

0 comments on commit 4370a11

Please sign in to comment.