Skip to content

chore: Bump VERSION to 0.2.9 #103

chore: Bump VERSION to 0.2.9

chore: Bump VERSION to 0.2.9 #103

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint-scripts:
name: Lint Shell Scripts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: external_references
lint-markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markdown Lint
uses: davidanson/markdownlint-cli2-action@v16
with:
globs: |
*.md
.agents/**/*.md
docs/**/*.md