Skip to content

Commit

Permalink
gh-hosted runnners
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeo committed Oct 16, 2023
1 parent 04eb115 commit c353f01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .github/actionlint.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check_hooks:
name: Check hooks work
timeout-minutes: 15
runs-on: [self-hosted, m6i-spot]
runs-on: ubuntu-22.04

steps:
- name: Clone repository
Expand All @@ -27,7 +27,3 @@ jobs:
- name: Run pre-commit hooks
run: |
pre-commit run --all-files --show-diff-on-failure
- name: Check local hooks are up-to-date
run: |
./check_up_to_date.rb
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- repo: local
hooks:
- id: local_hooks
name: Check that hooks are included
name: All hooks are ran
language: ruby
entry: ./check_up_to_date.rb
pass_filenames: false
Expand Down

0 comments on commit c353f01

Please sign in to comment.