Skip to content

Merge pull request #2 from iBobik/patch-1 #68

Merge pull request #2 from iBobik/patch-1

Merge pull request #2 from iBobik/patch-1 #68

Workflow file for this run

name: Prettier, build CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install modules
run: yarn
- name: run prettier
run: yarn lint
- name: build app
run: yarn build