Skip to content

improve amd64 and non-64-bit arm matching #40

improve amd64 and non-64-bit arm matching

improve amd64 and non-64-bit arm matching #40

Workflow file for this run

# workflow which lints and checks the rust code on every push and pull request
name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- name: checkout
uses: actions/checkout@v4
# https://github.com/actions/setup-go
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.20'
# https://github.com/pre-commit/action
- name: run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch