Compare commits

..

1 commit

Author SHA1 Message Date
00897d9e6c
feat: setup spud and add to path 2024-11-08 21:46:09 -05:00
3 changed files with 0 additions and 25 deletions

View file

@ -1,12 +0,0 @@
name: Push
on: [push]
jobs:
static-analysis:
runs-on: runner-latest
steps:
- uses: actions/checkout@v4
- name: Validate Yaml
run: pipx run pre-commit run check-yaml -a
- name: Validate shell scripts
run: pipx run pre-commit run shellcheck -a

View file

@ -1,10 +0,0 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck

View file

@ -1,3 +0,0 @@
#!/bin/bash
pipx run pre-commit install