Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana committed Jan 13, 2025
1 parent e709f8a commit 37a1b2e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
pull_request:

permissions:
contents: read
id-token: write

jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Authenticate to GCR
uses: grafana/deployment_tools/actions/auth-read-kubernetes-dev@master

- name: lint
run: docker pull us.gcr.io/kubernetes-dev/enterprise-traces-build-image:v0.0.29


0 comments on commit 37a1b2e

Please sign in to comment.