Skip to content

Merge pull request #40 from dalil01/main #94

Merge pull request #40 from dalil01/main

Merge pull request #40 from dalil01/main #94

Workflow file for this run

name: "test-build"
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run build && npm run test && npm run lint && npm run format-check