Skip to content

Merge pull request #35 from DrSkillIssue/v0.3.2 #110

Merge pull request #35 from DrSkillIssue/v0.3.2

Merge pull request #35 from DrSkillIssue/v0.3.2 #110

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths-ignore:
- "**.md"
- "docs/**"
- ".github/ISSUE_TEMPLATE/**"
- ".github/pull_request_template.md"
- ".github/dependabot.yml"
- ".github/FUNDING.yml"
- ".nvmrc"
- "LICENSE"
pull_request:
branches: [main]
paths-ignore:
- "**.md"
- "docs/**"
- ".github/ISSUE_TEMPLATE/**"
- ".github/pull_request_template.md"
- ".github/dependabot.yml"
- ".github/FUNDING.yml"
- ".nvmrc"
- "LICENSE"
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- run: bun run ci