Skip to content

chore(deps): update definitelytyped #363

chore(deps): update definitelytyped

chore(deps): update definitelytyped #363

Workflow file for this run

name: "ci"
on:
workflow_dispatch:
push:
branches-ignore:
- "release-please-**"
- "main"
permissions:
contents: read # for checkout
pull-requests: read # for comments
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Commit Linter
uses: wagoid/[email protected]
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: bootstrap
run: npm run bootstrap
- name: lint
run: npm run lint
- name: build
run: npm run build
- name: test
run: npm run test