Skip to content

Update dependency eslint-config-prettier to v8.10.0 - autoclosed #484

Update dependency eslint-config-prettier to v8.10.0 - autoclosed

Update dependency eslint-config-prettier to v8.10.0 - autoclosed #484

Workflow file for this run

name: CI
# Controls when the workflow will run
on:
pull_request:
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Install
run: npm i
- name: Build
run: npm run build:content
- name: Unit tests
run: npm run test