Skip to content

Commit

Permalink
Replace Travis CI with GitHub actions (#2661)
Browse files Browse the repository at this point in the history
Co-authored-by: sfan5 <sfan5@live.de>
  • Loading branch information
Panquesito7 and sfan5 committed Jul 8, 2021
1 parent c96cc55 commit 9270188
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
@@ -0,0 +1,16 @@
name: build
on: [push, pull_request]

jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Luarocks
run: |
sudo apt-get update -qyy
sudo apt-get install luarocks -qyy
- name: Install Luacheck
run: luarocks install --local luacheck
- name: Run Luacheck
run: $HOME/.luarocks/bin/luacheck mods
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

0 comments on commit 9270188

Please sign in to comment.