Skip to content

chore: new file naming convention #912

chore: new file naming convention

chore: new file naming convention #912

Workflow file for this run

name: 'Build project'
on: [push]
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install and build
run: |
yarn
yarn build