Skip to content

重構程式碼並減少功能 #45

重構程式碼並減少功能

重構程式碼並減少功能 #45

Workflow file for this run

on:
push:
branches:
- "main"
name: Checks
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run checks
run: |
touch ./scripts/nix/is-checks-ci
nix develop path:$(pwd) -c rustup install stable
nix develop path:$(pwd) -c bash -c 'cd scripts && bash src/main.sh check'