Skip to content

Remove ghstack

Remove ghstack #258

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
- gh/*/*/base
jobs:
check:
runs-on: ubuntu-latest
steps:
- id: createGithubAppToken
uses: actions/create-github-app-token@v2
with:
app-id: ${{ vars.OPERATOR_APP_ID }}
private-key: ${{ secrets.OPERATOR_PRIVATE_KEY }}
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ steps.createGithubAppToken.outputs.token }}
- uses: shikanime-studio/setup-nix-action@v1
with:
github-token: ${{ steps.createGithubAppToken.outputs.token }}
- name: Check Nix Flake
run: |
nix flake check \
--accept-flake-config \
--all-systems \
--no-pure-eval