Skip to content

blog: add Docusaurus metadata to the Wayland tech talk blog post #1553

blog: add Docusaurus metadata to the Wayland tech talk blog post

blog: add Docusaurus metadata to the Wayland tech talk blog post #1553

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag: v6.0.2
with:
persist-credentials: false
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # tag: v6.2.0
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
env:
CI: true