Skip to content

Use Contents API instead of raw endpoint to fetch file content #3178

Use Contents API instead of raw endpoint to fetch file content

Use Contents API instead of raw endpoint to fetch file content #3178

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
# sync with script/lint
version: v2.9