Skip to content

Commit 8c03198

Browse files
authored
Modify SKIP variable in Check.yml workflow (#1326)
Updated SKIP environment variable to exclude runic and runic-md.
1 parent a4fdff4 commit 8c03198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1515
env:
1616
# Skip runic-pre-commit since we use runic-action below instead
17-
SKIP: runic
17+
SKIP: runic,runic-md
1818

1919
runic:
2020
name: "Runic"

0 commit comments

Comments
 (0)