Skip to content

Oaxoa is building Oaxoa/fp-filters #60

Oaxoa is building Oaxoa/fp-filters

Oaxoa is building Oaxoa/fp-filters #60

Workflow file for this run

name: Build
run-name: ${{ github.actor }} is building ${{github.repository}}
on: [ push ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.19.0'
- name: Installing
run: yarn
- name: Linting
run: yarn run lint
- name: Running tests
run: yarn run test
- name: Building
run: yarn run build