Skip to content

Commit

Permalink
Merge branch 'main' into contribute-frequency-and-angle-qks
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleedorfer committed Dec 6, 2024
2 parents bc59ccf + ad1e9ce commit 557fb57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:

jobs:
build:
format:
# setting the environment on the job is mandatory, otherwise it cannot access environment secrets.
runs-on: ubuntu-latest

Expand Down Expand Up @@ -50,7 +50,9 @@ jobs:

# Commit changes
- name: Commit changes
run: git commit -m "Apply formatting rules"
run: |
git add --all
git commit -m "Apply formatting rules"
# Push changes to branch
- name: Push changes to branch
Expand Down

0 comments on commit 557fb57

Please sign in to comment.