Skip to content

fix(notifier): fix cache usage #8

fix(notifier): fix cache usage

fix(notifier): fix cache usage #8

Workflow file for this run

name: Check Build
on:
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn install
- name: Build project
run: yarn build