File tree Expand file tree Collapse file tree 2 files changed +19
-15
lines changed Expand file tree Collapse file tree 2 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 1
1
name : CompatHelper
2
- on :
3
- schedule :
4
- - cron : 0 0 * * *
5
- workflow_dispatch :
6
- jobs :
7
- CompatHelper :
8
- runs-on : ubuntu-latest
9
- steps :
10
- - name : Pkg.add("CompatHelper")
11
- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12
- - name : CompatHelper.main()
13
- env :
14
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
- COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16
- run : julia -e 'using CompatHelper; CompatHelper.main()'
2
+ # on:
3
+ # schedule:
4
+ # - cron: 0 0 * * *
5
+ # workflow_dispatch:
6
+ # jobs:
7
+ # CompatHelper:
8
+ # runs-on: ubuntu-latest
9
+ # steps:
10
+ # - name: Pkg.add("CompatHelper")
11
+ # run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
12
+ # - name: CompatHelper.main()
13
+ # env:
14
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
+ # COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16
+ # run: julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
+ <<<<<<< HEAD
3
4
Copyright (c) 2025 uvegege and contributors
5
+ =======
6
+ Copyright (c) 2025 Uvegege and contributors
7
+ >>>>>>> c36a5761eeec75ab955b460ce78d7d9db954b1a4
4
8
5
9
Permission is hereby granted, free of charge, to any person obtaining a copy
6
10
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments