Skip to content

[latex] Fix typo in comment: "two-l{a => e}tter" #27

[latex] Fix typo in comment: "two-l{a => e}tter"

[latex] Fix typo in comment: "two-l{a => e}tter" #27

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/action@v3.0.1
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