Skip to content

Bump dset from 3.1.3 to 3.1.4 #29

Bump dset from 3.1.3 to 3.1.4

Bump dset from 3.1.3 to 3.1.4 #29

Workflow file for this run

name: PR build
on: pull_request
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
- name: Install dependencies
run: npm ci
- name: ESLint
run: npm run lint
- name: Prettier
run: npm run prettier