Skip to content

feat: git workflows .husky, .prettirrc #15

feat: git workflows .husky, .prettirrc

feat: git workflows .husky, .prettirrc #15

Workflow file for this run

name: React CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn build