We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173306a commit a47b8e6Copy full SHA for a47b8e6
.github/workflows/dependencies.yaml
@@ -0,0 +1,15 @@
1
+name: Check dependencies
2
+on:
3
+ push:
4
+ tags-ignore:
5
+ - "**"
6
+ # additionally run once per week (At 00:00 on Sunday) to maintain cache
7
+ schedule:
8
+ - cron: "0 0 * * 0"
9
+
10
+jobs:
11
+ antq:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ - uses: liquidz/antq-action@main
.github/workflows/git.yaml
@@ -0,0 +1,13 @@
+name: Git checks
+ pull_request:
+ block-fixup:
+ name: Block merge with fixup commits
+ - uses: 13rac1/[email protected]
0 commit comments