Skip to content

chore: bump version to v1.5.0-beta.12 #213

chore: bump version to v1.5.0-beta.12

chore: bump version to v1.5.0-beta.12 #213

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- 'CREDIT.md'
- 'CHANGELOG.md'
- 'DEVELOPMENT.md'
- '.editorconfig'
branches:
- main
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- 'CREDIT.md'
- 'CHANGELOG.md'
- 'DEVELOPMENT.md'
- '.editorconfig'
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Install modules
run: bun install
- name: Run prettier + eslint + ts typecheck
run: bun checkall
# - name: Codecov Upload
# uses: codecov/codecov-action@v5