Skip to content

Merge pull request #35 from Patternslib/replace-whitespace-with-singl… #59

Merge pull request #35 from Patternslib/replace-whitespace-with-singl…

Merge pull request #35 from Patternslib/replace-whitespace-with-singl… #59

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
- run: |
make install
make check