Skip to content

Fix sitemap date

Fix sitemap date #14

Workflow file for this run

name: Linter
on:
push:
branches: [ blog ]
pull_request:
branches: [ blog ]
jobs:
biome:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install
- run: yarn lint