Skip to content

Add .38 special (#60) #107

Add .38 special (#60)

Add .38 special (#60) #107

Workflow file for this run

name: luacheck
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
run_linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: leafo/gh-actions-lua@v8
- uses: leafo/gh-actions-luarocks@v4
- name: install luacheck
run: luarocks install luacheck
- name: run luacheck
run: luacheck src