Skip to content

Bump actions/attest-build-provenance from 3.0.0 to 3.1.0 #254

Bump actions/attest-build-provenance from 3.0.0 to 3.1.0

Bump actions/attest-build-provenance from 3.0.0 to 3.1.0 #254

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@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # [email protected]
with:
bundler-cache: true
- name: lint
run: script/lint