Skip to content

[chore]:Reuse API update - Migration from dep5 file to TOML file. #33

[chore]:Reuse API update - Migration from dep5 file to TOML file.

[chore]:Reuse API update - Migration from dep5 file to TOML file. #33

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- run: npm ci
- run: npm run lint