Skip to content

Add ThinkPad T14 Intel Gen 6 support #3883

Add ThinkPad T14 Intel Gen 6 support

Add ThinkPad T14 Intel Gen 6 support #3883

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 .