Skip to content

Commit

Permalink
feat: Reintroduce GitHub Workflows validation
Browse files Browse the repository at this point in the history
This partially reverts commit 1676401.
  • Loading branch information
l0b0 committed Sep 3, 2024
1 parent 1eb708f commit 89f0fba
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ repos:
language: system
stages: [commit]

# TODO: Reintroduce once https://github.com/NixOS/nixpkgs/pull/273831 is in use
# - id: check-github-workflows
# name: check-github-workflows
# description: Validate GitHub Workflows
# entry: check-jsonschema
# args: [--builtin-schema=vendor.github-workflows]
# files: ^\.github/workflows/[^/]+$
# types: [yaml]
# language: system
# stages: [commit]
- id: check-github-workflows
name: check-github-workflows
description: Validate GitHub Workflows
entry: check-jsonschema
args: [--builtin-schema=vendor.github-workflows]
files: ^\.github/workflows/[^/]+$
types: [yaml]
language: system
stages: [commit]

- id: deadnix
name: deadnix
Expand Down

0 comments on commit 89f0fba

Please sign in to comment.