build: test workflow (#1)
All checks were successful
lint / Lint on Linux (push) Successful in 9s
All checks were successful
lint / Lint on Linux (push) Successful in 9s
This commit is contained in:
21
.gitea/workflows/lint.yml
Normal file
21
.gitea/workflows/lint.yml
Normal file
@ -0,0 +1,21 @@
|
||||
name: lint
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
lint-linux:
|
||||
name: Lint on Linux
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Compile scripts
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: xensik/gsc-tool:latest
|
||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
gsc-tool --dry -m parse -g iw6 -s pc .
|
Reference in New Issue
Block a user