Skip to content

feat: remove contentful in favor of markdown #35

feat: remove contentful in favor of markdown

feat: remove contentful in favor of markdown #35

Workflow file for this run

name: Checks
on:
pull_request:
branches: [master]
jobs:
astrocheck:
name: Run astro check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/install
- name: Run check
run: yarn astro:check
eslint:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/install
- name: Run check
run: yarn eslint