Skip to content

build(deps): Bump shimataro/ssh-key-action from 2.6.1 to 2.7.0 #174

build(deps): Bump shimataro/ssh-key-action from 2.6.1 to 2.7.0

build(deps): Bump shimataro/ssh-key-action from 2.6.1 to 2.7.0 #174

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v26
- name: Run pre-commit
run: nix develop --command pre-commit run --all --verbose