Skip to content

chore(deps): bump solid-markdown from 2.0.1 to 2.0.13 in /solid in the solid group across 1 directory #12

chore(deps): bump solid-markdown from 2.0.1 to 2.0.13 in /solid in the solid group across 1 directory

chore(deps): bump solid-markdown from 2.0.1 to 2.0.13 in /solid in the solid group across 1 directory #12

Workflow file for this run

---
name: Lint
on:
pull_request:
branches:
- main
jobs:
frontend:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: solid
- name: Lint
run: yarn run lint
working-directory: solid
repos:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install yamllint
run: |
pipx install yamllint
- name: Lint repos.yaml
run: |
yamllint -f github ./repos.yaml