Skip to content

Commit

Permalink
Merge pull request #49 from julia-vscode/migrate-ci
Browse files Browse the repository at this point in the history
Migrate CI to new solution
  • Loading branch information
davidanthoff authored Dec 21, 2024
2 parents dceae47 + 1b644c8 commit 1bdebab
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 187 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/jlpkgbutler-butler-workflow.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/jlpkgbutler-ci-master-workflow.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/jlpkgbutler-ci-pr-workflow.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/jlpkgbutler-codeformat-pr-workflow.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/jlpkgbutler-compathelper-workflow.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/jlpkgbutler-docdeploy-workflow.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/jlpkgbutler-tagbot-workflow.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/juliaci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Julia CI

on:
push: {branches: [main,master]}
pull_request: {types: [opened,synchronize,reopened]}
issue_comment: {types: [created]}
schedule: [{cron: '0 0 * * *'}]
workflow_dispatch: {inputs: {feature: {type: choice, description: What to run, options: [CompatHelper,DocDeploy,LintAndTest,TagBot]}}}

jobs:
julia-ci:
uses: julia-vscode/testitem-workflow/.github/workflows/juliaci.yml@v1
with:
include-all-compatible-minor-versions: true
include-rc-versions: true
permissions: write-all
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions test/data/.JuliaLint.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
syntax-errors = false

0 comments on commit 1bdebab

Please sign in to comment.