Skip to content

chore(cargo): update raw-cpuid #60

chore(cargo): update raw-cpuid

chore(cargo): update raw-cpuid #60

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
env:
flake: github:${{ github.repository }}/${{ github.sha }}
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- name: pre-commit-run
run: nix develop --command -- pre-commit run --all-files
nix-build:
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@v12
- name: nix build
run: nix build -L '${{ env.flake }}'
- name: nix flake check
run: nix flake check -L '${{ env.flake }}'