diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/lint.yml similarity index 85% rename from .gitea/workflows/test.yml rename to .gitea/workflows/lint.yml index 2953d78..a51b9d3 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/lint.yml @@ -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: |