Skip to content

Commit 7a68061

Browse files
authored
Testing out the CompatHelper composite action (#632)
1 parent d98311d commit 7a68061

File tree

3 files changed

+4
-60
lines changed

3 files changed

+4
-60
lines changed

.github/workflows/CompatHelper.yml

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
name: CompatHelper
2-
32
on:
43
schedule:
54
- cron: 0 0 * * *
6-
5+
workflow_dispatch:
76
jobs:
87
CompatHelper:
9-
runs-on: ${{ matrix.os }}
10-
strategy:
11-
matrix:
12-
julia-version: [1.2.0]
13-
julia-arch: [x86]
14-
os: [ubuntu-latest]
8+
runs-on: ubuntu-latest
159
steps:
16-
- uses: julia-actions/setup-julia@latest
10+
- uses: JuliaRegistries/compathelper-action@main
1711
with:
18-
version: ${{ matrix.julia-version }}
19-
- name: Pkg.add("CompatHelper")
20-
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
21-
- name: CompatHelper.main()
22-
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
run: julia -e 'using CompatHelper; CompatHelper.main()'
12+
ssh: ${{ secrets.DOCUMENTER_KEY }}

.github/workflows/VersionVigilante_bors.yml

-18
This file was deleted.

.github/workflows/VersionVigilante_pull_request.yml

-26
This file was deleted.

0 commit comments

Comments
 (0)