mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
* ci: change to prek for pre-commit * refactor: fix shellcheck warnings for the scripts * chore: unify whitespace formatting * nix: add prek to dev shell
16 lines
273 B
YAML
16 lines
273 B
YAML
name: Pre-commit Checks
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
branches: [master, main]
|
|
jobs:
|
|
pre-commit-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
|
|
- name: run pre-commit hooks
|
|
uses: j178/prek-action@v1
|