From 99162fe513a830a85c5006d99bc0c901c5aaa496 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Mon, 1 Jul 2024 16:00:15 +0000 Subject: [PATCH] build: rename workflow --- .gitea/workflows/{test.yml => lint.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .gitea/workflows/{test.yml => lint.yml} (81%) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/lint.yml similarity index 81% rename from .gitea/workflows/test.yml rename to .gitea/workflows/lint.yml index 340cd7d..2d0de3b 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 scripts uses: addnab/docker-run-action@v3 with: + registry: gcr.io image: xensik/gsc-tool:latest options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} run: |