Automatic backup @ Tue Jul 23 17:00:02 PDT 2024 #89
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
push: | |
pull_request: | |
release: | |
types: | |
- published | |
jobs: | |
pre-commit: | |
name: "pre-commit checks" | |
uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@master | |
with: | |
args: "--all-files" |