Skip to content

Commit

Permalink
Merge pull request #9 from BrainLesion/feature/formatting-actions
Browse files Browse the repository at this point in the history
- yet another test
  • Loading branch information
MarcelRosier authored Dec 12, 2023
2 parents 608f044 + 390e6b0 commit 957399a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/autoformat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: resolve pr refs
id: refs
uses: eficode/resolve-pr-refs@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Lint with black
uses: psf/black@stable
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# eReg

## TODO
TODO

0 comments on commit 957399a

Please sign in to comment.