Skip to content

config: workflow labeling #15

config: workflow labeling

config: workflow labeling #15

Workflow file for this run

name: Format
on:
pull_request:
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v23
- name: Run nixfmt
run: nix fmt
- name: Get git status
run: git status
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "treewide: nixfmt formatting"
branch: ${{ github.head_ref }}
- name: Add label
uses: actions/labeler@v4
bug:

Check failure on line 33 in .github/workflows/format.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/format.yml

Invalid workflow file

You have an error in your yaml syntax on line 33
- '**'