Skip to content

Github action for beta version publishing on NPM #107

Github action for beta version publishing on NPM

Github action for beta version publishing on NPM #107

Workflow file for this run

name: Format and Lint
on: [pull_request]
jobs:
format-and-lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Node.js dependencies
run: npm ci
- name: Formatting and linting with Biome
run: npm run biome