Skip to content

Bump version from 0.0.82 to 0.0.83 #813

Bump version from 0.0.82 to 0.0.83

Bump version from 0.0.82 to 0.0.83 #813

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install NPM Dependencies
run: npm install
- name: Lint
run: npm run lint