ci: run check on lockfile changes

This commit is contained in:
winston 2023-03-02 07:23:34 +01:00
parent c595b03882
commit 7fd7bf2eb2
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -2,6 +2,8 @@ on:
push:
paths:
- "**.nix"
- "**.lock"
- ".github/workflows/check.yml"
jobs:
check: