Skip to content

Commit

Permalink
Replace builds.sr.ht with GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx committed Nov 11, 2024
1 parent 01d6bcc commit 579ebf7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .build.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: luacheck
on:
- pull_request
- push
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: lint
uses: lunarmodules/luacheck@v1
with:
args: --config=tools/luacheckrc .

0 comments on commit 579ebf7

Please sign in to comment.