Skip to content

build(deps): bump actions/checkout in the actions group (#251) #502

build(deps): bump actions/checkout in the actions group (#251)

build(deps): bump actions/checkout in the actions group (#251) #502

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
- name: lint
run: make lint