Skip to content

docs: blogs and news #138

docs: blogs and news

docs: blogs and news #138

Workflow file for this run

name: Check Website
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 18.x
- name: Install packages and build
run: |
yarn install
yarn build
- name: Check swizzle
run: |
yarn swizzle
- name: Check translations
run: |
yarn write-translations