Skip to content

Commit 4a74e63

Browse files
authored
Merge branch 'racket:master' into bare-anchors
2 parents a772a73 + 7577bed commit 4a74e63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1078
-1187
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
racket-variant: ["BC", "CS"]
14+
racket-variant: ["CS"]
1515
steps:
1616
- uses: actions/checkout@master
1717
# The next two step was copied from the CI config for Typed Racket:
1818
# https://github.com/racket/typed-racket/blob/master/.github/workflows/ci.yml
19-
- uses: Bogdanp/setup-racket@v1.11
19+
- uses: Bogdanp/setup-racket@v1.14
2020
with:
2121
architecture: x64
2222
distribution: full

.github/workflows/resyntax-analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Install Racket
35-
uses: Bogdanp/setup-racket@v1.11
35+
uses: Bogdanp/setup-racket@v1.14
3636
with:
3737
version: current
3838
packages: resyntax
@@ -48,7 +48,7 @@ jobs:
4848
- name: Analyze changed files
4949
run: xvfb-run racket -l- resyntax/cli analyze --local-git-repository . "origin/${GITHUB_BASE_REF}" --output-as-github-review --output-to-file ./resyntax-review.json
5050
- name: Upload analysis artifact
51-
uses: actions/[email protected].1
51+
uses: actions/[email protected].2
5252
with:
5353
name: resyntax-review
5454
path: resyntax-review.json

.github/workflows/resyntax-autofixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Resyntax Autofixer
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * 3"
6+
- cron: "0 0 8 * *"
77

88
jobs:
99
autofix:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/[email protected]
1919
- name: Install Racket
20-
uses: Bogdanp/setup-racket@v1.11
20+
uses: Bogdanp/setup-racket@v1.14
2121
with:
2222
version: current
2323
local_catalogs: $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)