Skip to content

Commit fb536ef

Browse files
authored
Merge pull request #83 from julia-vscode/update-ci
Update CI
2 parents 2939cce + 49e257e commit fb536ef

7 files changed

+18
-160
lines changed

.github/workflows/jlpkgbutler-butler-workflow.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/jlpkgbutler-ci-master-workflow.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/jlpkgbutler-ci-pr-workflow.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/jlpkgbutler-codeformat-pr-workflow.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/jlpkgbutler-compathelper-workflow.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/jlpkgbutler-tagbot-workflow.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/juliaci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Julia CI
2+
3+
on:
4+
push: {branches: [main,master]}
5+
pull_request: {types: [opened,synchronize,reopened]}
6+
issue_comment: {types: [created]}
7+
schedule: [{cron: '0 0 * * *'}]
8+
workflow_dispatch: {inputs: {feature: {type: choice, description: What to run, options: [CompatHelper,DocDeploy,LintAndTest,TagBot]}}}
9+
10+
jobs:
11+
julia-ci:
12+
uses: julia-vscode/testitem-workflow/.github/workflows/juliaci.yml@v1
13+
with:
14+
include-all-compatible-minor-versions: true
15+
include-rc-versions: true
16+
permissions: write-all
17+
secrets:
18+
codecov_token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)