Skip to content

Bump the github-actions group across 1 directory with 6 updates #530

Bump the github-actions group across 1 directory with 6 updates

Bump the github-actions group across 1 directory with 6 updates #530

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