Skip to content

chore(tooling): add knip and fallow, wire into pre-commit #95

chore(tooling): add knip and fallow, wire into pre-commit

chore(tooling): add knip and fallow, wire into pre-commit #95

Workflow file for this run

name: Versioning
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Release
env:
GH_TOKEN: ${{ secrets.DATA_UPDATE_PAT }}
GITHUB_TOKEN: ${{ secrets.DATA_UPDATE_PAT }}
run: bunx semantic-release