Skip to content

project_name is optional #56

project_name is optional

project_name is optional #56

Workflow file for this run

name: build
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: '16'
- run: yarn install
- run: yarn run build