Skip to content

Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 #155

Bump actions/attest-build-provenance from 2.3.0 to 2.4.0

Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 #155

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@v4
- uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # pin@v1.244.0
with:
bundler-cache: true
- name: lint
run: script/lint