Skip to content

feat: add MECHREVO Yilong15Pro(GM5HG0A) #3880

feat: add MECHREVO Yilong15Pro(GM5HG0A)

feat: add MECHREVO Yilong15Pro(GM5HG0A) #3880

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- master
merge_group:
jobs:
nixfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: cd tests && nix fmt .. -- --fail-on-change
tests:
needs: nixfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix run ./tests#run .