Skip to content

Adding salt minion v3006.3 #3

Adding salt minion v3006.3

Adding salt minion v3006.3 #3

Workflow file for this run

name: Pre-Commit
on:
- pull_request
- push
- workflow_call
- workflow_dispatch
jobs:
Pre-Commit:
name: Run Pre-Commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: pip
cache-dependency-path: .cicd/pre-commit.txt
- name: Run Pre-Commit
uses: pre-commit/[email protected]