Skip to content

Merge pull request #13 from S1M0N38/release-please--branches--main #6

Merge pull request #13 from S1M0N38/release-please--branches--main

Merge pull request #13 from S1M0N38/release-please--branches--main #6

Workflow file for this run

name: Linter
on:
push:
branches:
- '*'
workflow_dispatch:
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nebularg/actions-luacheck@v1
with:
files: 'lua'