6arelyFuture 2d7a857fe7
All checks were successful
lint / Lint GSC files (push) Successful in 6s
build: rename workflow
2024-07-01 15:59:21 +00:00

22 lines
490 B
YAML

name: lint
on: [push]
jobs:
lint:
name: Lint GSC files
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v4
- name: Lint
uses: addnab/docker-run-action@v3
with:
registry: gcr.io
image: xensik/gsc-tool:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
gsc-tool --dry -m comp -g iw5 -s pc "raw/scripts"