trev a1f22433a0
Some checks failed
Check / check (push) Failing after 0s
style: move init to composite action
2025-05-17 02:49:01 -04:00

22 lines
443 B
YAML

name: Check
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, edited, auto_merge_enabled]
jobs:
check:
name: check
runs-on: ubuntu-latest
if: |
contains(github.event.head_commit.message, 'bump:') == false &&
contains(github.event.head_commit.message, 'Merge pull request') == false
steps:
- uses: ./.github/actions/init
- name: Check
run: nix flake check