Skip to content

Commit

Permalink
Merge pull request #14 from anthofflab/julia-pkgbutler-updates
Browse files Browse the repository at this point in the history
Julia Package Butler Updates
  • Loading branch information
davidanthoff authored Jan 16, 2021
2 parents 6c0f0b8 + 8e80729 commit 340e540
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/jlpkgbutler-codeformat-pr-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Code Formatting

on:
push:
branches:
- master

jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/julia-codeformat@releases/v1
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Format files using DocumentFormat
title: '[AUTO] Format files using DocumentFormat'
body: '[DocumentFormat.jl](https://github.com/julia-vscode/DocumentFormat.jl) would suggest these formatting changes'
labels: no changelog
1 change: 0 additions & 1 deletion .github/workflows/jlpkgbutler-tagbot-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: TagBot
on:
schedule:
- cron: 0 * * * *
workflow_dispatch:
jobs:
TagBot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 340e540

Please sign in to comment.