Use own action runner
Some checks failed
CI / tests (pull_request) Failing after 24s

This commit is contained in:
Gabriel Simmer 2024-04-24 09:40:02 +01:00
parent 54d87b724f
commit c42ff7c524
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -8,11 +8,15 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
runs-on: debian-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Ensure all files were formatted as per gofmt
run: |
[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]