mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-11 00:42:57 +00:00
fix: reduced actions
This commit is contained in:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -5,15 +5,10 @@ on:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ${{ matrix.machine.runner }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
machine:
|
||||
- platform: amd64
|
||||
runner: ubuntu-latest
|
||||
- platform: arm64
|
||||
runner: ubuntu-24.04-arm
|
||||
components:
|
||||
- rustfmt
|
||||
- clippy
|
||||
|
||||
Reference in New Issue
Block a user