Skip to content

Commit

Permalink
Minor improvements on GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored and BuckarooBanzay committed Sep 3, 2020
1 parent 847f65f commit e86dce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: luacheck

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

jobs:
build:

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
Expand Down

0 comments on commit e86dce1

Please sign in to comment.