Skip to content

Merge branch 'main' of https://github.com/SrBrahma/eslint-config-biome #55

Merge branch 'main' of https://github.com/SrBrahma/eslint-config-biome

Merge branch 'main' of https://github.com/SrBrahma/eslint-config-biome #55

Workflow file for this run

on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun format:check
- run: bun typecheck
- run: bun test
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}