Skip to content

Prefetch inputs why not #68

Prefetch inputs why not

Prefetch inputs why not #68

Workflow file for this run

on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
lints:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: git checkout
uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- uses: DeterminateSystems/flakehub-cache-action@main
- run: nix develop -c action-validator -v ./.github/workflows/workflow.yml
- run: nix develop -c prettier --check .
DeterminateCI:
uses: ./.github/workflows/workflow.yml
permissions:
id-token: write
contents: read
with:
directory: ./tests/smoke