Skip to content

content: add all slides from the past #12

content: add all slides from the past

content: add all slides from the past #12

Workflow file for this run

name: CI
on:
pull_request:
jobs:
lint:
name: Lint code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile --prefer-offline
- name: Check formatting for changes
run: yarn nx format:check --base=origin/main