Skip to content

docs: typo and clarity #44

docs: typo and clarity

docs: typo and clarity #44

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
paths:
- "**.yml"
pull_request:
paths:
- "**.yml"
defaults:
run:
shell: bash
jobs:
test-cache:
uses: ./.github/workflows/env.yml
with:
cache: "true"
test-no-cache:
uses: ./.github/workflows/env.yml
with:
cache: "false"