Skip to content

Merge pull request #217 from DeterminateSystems/update_flake_lock_action #430

Merge pull request #217 from DeterminateSystems/update_flake_lock_action

Merge pull request #217 from DeterminateSystems/update_flake_lock_action #430

Workflow file for this run

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