Skip to content

Use absolute instead of resolve for symlink name; backup symlinks as … #12

Use absolute instead of resolve for symlink name; backup symlinks as …

Use absolute instead of resolve for symlink name; backup symlinks as … #12

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
test:
runs-on: ubuntu-latest
container: ragnargrootkoerkamp/bapctools
steps:
- uses: actions/checkout@v4
- run: cue vet **/generators.yaml support/schemas/*cue -d '#Generators'
- run: pytest