build: rename workflow #2
| @@ -1,19 +1,19 @@ | |||||||
| name: test | name: lint | ||||||
| 
 | 
 | ||||||
| on: [push] | on: [push] | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   test-linux: |   lint: | ||||||
|     name: Test on Linux |     name: Lint GSC files | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| 
 |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Check out files |       - name: Check out files | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|       - name: Compile scripts |       - name: Lint | ||||||
|         uses: addnab/docker-run-action@v3 |         uses: addnab/docker-run-action@v3 | ||||||
|         with: |         with: | ||||||
|  |           registry: gcr.io | ||||||
|           image: xensik/gsc-tool:latest |           image: xensik/gsc-tool:latest | ||||||
|           options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} |           options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} | ||||||
|           run: | |           run: | | ||||||
		Reference in New Issue
	
	Block a user