Skip to content

build(deps): bump crate-ci/typos from 1.24.6 to 1.25.0 (#343) #899

build(deps): bump crate-ci/typos from 1.24.6 to 1.25.0 (#343)

build(deps): bump crate-ci/typos from 1.24.6 to 1.25.0 (#343) #899

Workflow file for this run

name: 'Node'
on:
push:
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛬
uses: actions/checkout@v4
- name: Setup Node ⚙️
uses: ./.github/actions/setup-node
- name: Build typescript 📦
run: npm run build && find dist/main.js
- name: Lint code 💅
run: npm run lint
- name: Run tests ✅
run: npm run test