Skip to content

Merge pull request #3 from FalaAiMatheus/feature/about #7

Merge pull request #3 from FalaAiMatheus/feature/about

Merge pull request #3 from FalaAiMatheus/feature/about #7

Workflow file for this run

name: Build CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install -g pnpm && pnpm install
- name: Check lint
run: pnpm lint