Skip to content

🌱 Bump the golang-x group across 1 directory with 2 updates #367

🌱 Bump the golang-x group across 1 directory with 2 updates

🌱 Bump the golang-x group across 1 directory with 2 updates #367

Workflow file for this run

name: Lint website and markdown files
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: scorecards-site
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5
with:
node-version: 22
- run: yarn install --frozen-lockfile
- run: yarn lint