nixos/.github/workflows/pre-commit.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
244 B
YAML
Raw Normal View History

2024-02-27 21:53:19 +00:00
name: pre-commit
on:
push:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
2024-02-27 22:05:00 +00:00
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
2024-02-27 21:53:19 +00:00
steps:
- uses: actions/checkout@v3
2024-02-27 22:02:09 +00:00
- uses: pre-commit/action@v3.0.1