We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7fb64 commit 420e409Copy full SHA for 420e409
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- racket-variant: ["BC", "CS"]
+ racket-variant: ["CS"]
15
steps:
16
- uses: actions/checkout@master
17
# The next two step was copied from the CI config for Typed Racket:
.github/workflows/resyntax-autofixer.yml
@@ -3,7 +3,7 @@ name: Resyntax Autofixer
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: "0 0 * * 3"
+ - cron: "0 0 8 * *"
7
8
jobs:
9
autofix:
0 commit comments