build: rename workflow (#2)
All checks were successful
lint / Lint GSC files (push) Successful in 6s
All checks were successful
lint / Lint GSC files (push) Successful in 6s
This commit is contained in:
parent
9a7bbbff0d
commit
bd40e0d545
@ -1,19 +1,19 @@
|
||||
name: test
|
||||
name: lint
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test-linux:
|
||||
name: Test on Linux
|
||||
lint:
|
||||
name: Lint GSC files
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Compile scripts
|
||||
- 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: |
|
Loading…
x
Reference in New Issue
Block a user