Skip to content

chore: bump golang from ebaf58d to ecb3fe7 in /test/image (#3654) #736

chore: bump golang from ebaf58d to ecb3fe7 in /test/image (#3654)

chore: bump golang from ebaf58d to ecb3fe7 in /test/image (#3654) #736

Workflow file for this run

name: lint
on:
push:
branches:
- master
paths-ignore:
- ".github/workflows/website.yaml"
- "docs/**"
- "library/**"
- "demo/**"
- "deprecated/**"
- "example/**"
- "website/**"
- "**.md"
pull_request:
branches:
- master
paths-ignore:
- ".github/workflows/website.yaml"
- "docs/**"
- "library/**"
- "demo/**"
- "deprecated/**"
- "example/**"
- "website/**"
- "**.md"
permissions: read-all
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: lint
run: make lint