feat(gh-actions-controller): added

This commit is contained in:
Timothy Stewart
2022-10-30 22:45:59 -05:00
parent 0e60f4643b
commit 9c3814ce72

View File

@@ -9,7 +9,7 @@ on:
jobs:
pre-commit-ci:
name: Pre-Commit
runs-on: [self-hosted, linux, x64]
runs-on: [self-hosted, Linux, x64]
steps:
- name: Check out the codebase