Skip to content

Merge pull request #1 from putdotio/feat/enhance-file-utils #60

Merge pull request #1 from putdotio/feat/enhance-file-utils

Merge pull request #1 from putdotio/feat/enhance-file-utils #60

Workflow file for this run

name: Lint, test, and build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
- uses: bahmutov/npm-install@v1
- run: yarn lint
- run: yarn test --coverage
- uses: coverallsapp/github-action@v2
- run: yarn build