Skip to content

Bump to 0.0.5

Bump to 0.0.5 #19

Workflow file for this run

name: tests
on:
pull_request:
push:
branches: [main]
jobs:
tests:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: python -m pip install .
shell: bash
- run: check-yamlschema -v tests/test.yaml .pre-commit-config.yaml .pre-commit-hooks.yaml .github/workflows/pre-commit.yml
shell: bash
- run: check-yamlschema --k8s -v tests/test-k8s.yaml
shell: bash