Skip to content

Add ublacklist-ai to the list of filters #5

Add ublacklist-ai to the list of filters

Add ublacklist-ai to the list of filters #5

Workflow file for this run

name: check (website)
permissions:
contents: read
on:
pull_request:
branches:
- master
paths:
- website/**
jobs:
check:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --immutable
- run: yarn lint
- run: yarn build