Skip to content

Bump actions/attest-build-provenance from 3.2.0 to 4.1.0 #290

Bump actions/attest-build-provenance from 3.2.0 to 4.1.0

Bump actions/attest-build-provenance from 3.2.0 to 4.1.0 #290

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # [email protected]
with:
bundler-cache: true
- name: lint
run: script/lint