Skip to content

73 add workflow to create branch from issue #127

73 add workflow to create branch from issue

73 add workflow to create branch from issue #127

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@v4
- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-luarocks@v4
- name: install luacheck
run: luarocks install luacheck
- name: run luacheck
run: luacheck src