Skip to content

Commit 8fc86d2

Browse files
committed
Linting with locally installed spectral-cli
1 parent 8582f09 commit 8fc86d2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/lint.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,12 @@ jobs:
4040
echo "errors=$ERRORS" >> $GITHUB_OUTPUT
4141
echo "warnings=$WARNINGS" >> $GITHUB_OUTPUT
4242
echo "Found $ERRORS errors and $WARNINGS warnings."
43-
shell: bash
43+
shell: bash
44+
45+
- name: Authenticate with the cloud provider
46+
id: auth
47+
uses: entur/gha-meta/.github/actions/cloud-auth@v1
48+
with:
49+
environment: 'dev'
50+
gcp_workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_PROVIDER }}
51+
gcp_service_account: ${{ vars.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)