Minor improvements on GitHub workflows

This commit is contained in:
David Leal 2020-09-02 16:57:34 -05:00 committed by Buckaroo Banzai
parent 847f65fee3
commit e86dce1358
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@master
- name: integration-test
run: ./integration-test.sh

View File

@ -1,6 +1,6 @@
name: luacheck
on: [push]
on: [push, pull_request]
jobs:
build:
@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@master
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install