Skip to content

Update detsys-ts: Merge pull request #62 from DeterminateSystems/dont-pull-microstackshots #247

Update detsys-ts: Merge pull request #62 from DeterminateSystems/dont-pull-microstackshots

Update detsys-ts: Merge pull request #62 from DeterminateSystems/dont-pull-microstackshots #247

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate YAML
uses: nwisbeta/[email protected]
with:
yamlSchemasJson: |
{
"https://json.schemastore.org/github-action.json": ["action.yml"]
}