Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

feat: disable spellcheck in argosScreenshot (#12) #34

feat: disable spellcheck in argosScreenshot (#12)

feat: disable spellcheck in argosScreenshot (#12) #34

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: current
- name: Install dependencies
run: npm ci
- name: Format
run: npm run format
- name: Lint
run: npm run lint
- name: Check format
run: npm run check-format
- name: Build
run: npm run build
- name: Install playwright browsers
run: npx playwright install --with-deps chromium
- name: Test
run: npm run test
- name: Argos upload screenshots
run: npx @argos-ci/cli upload ./screenshots