Skip to content

Update & move gamersclub to CS custom links #11548

Update & move gamersclub to CS custom links

Update & move gamersclub to CS custom links #11548

Workflow file for this run

name: Code Style
on: [pull_request, workflow_dispatch]
jobs:
test-lua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-lua@v9
with:
luaVersion: "5.1"
- uses: leafo/gh-actions-luarocks@v4
- name: setup
run: |
luarocks install luacheck
- name: test
run: |
luacheck ./ |
luacheck ./ --formatter=JUnit > report.xml
- name: junit
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: 'report.xml'
check_name: 'junit-report'
annotate_notice: false