Skip to content

Merge pull request #6 from imas-tools/chinosk #5

Merge pull request #6 from imas-tools/chinosk

Merge pull request #6 from imas-tools/chinosk #5

Workflow file for this run

name: Normalize files
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout main branch
uses: actions/checkout@v3
with:
ref: main
- name: Normalize source files
run: |
make normalize
- name: Commit changes
id: asset-auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Normalize source string iles"