remove self-hosted runner for security

This commit is contained in:
Elliot Matson 2022-05-31 09:52:39 -05:00
parent a214ae112f
commit 813610c58f

View File

@ -9,7 +9,7 @@ on:
jobs:
run-lint:
name: Lint
runs-on: self-hosted
runs-on: ubuntu-latest
steps: