Skip to content

build(deps): bump actions/checkout from 2 to 4 #143

build(deps): bump actions/checkout from 2 to 4

build(deps): bump actions/checkout from 2 to 4 #143

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
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"]
}