mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 15:05:28 +02:00
feat(ci-cd): Check if code is up to date
Signed-off-by: Myzel394 <github.7a2op@simplelogin.co>
This commit is contained in:
parent
0dda74c8cb
commit
6fe41b5040
6
.github/workflows/pr-tests.yaml
vendored
6
.github/workflows/pr-tests.yaml
vendored
@ -16,6 +16,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Check if project can be linted
|
||||||
|
run: nix develop --command bash -c "just lint" && git diff --exit-code
|
||||||
|
|
||||||
|
- name: Check if antlr parsers are up to date
|
||||||
|
run: nix develop --command bash -c "just update-antlr-parsers" && git diff --exit-code
|
||||||
|
|
||||||
- name: Check Nix flake
|
- name: Check Nix flake
|
||||||
run: nix flake check
|
run: nix flake check
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user