Skip to content

chore(deps-dev): bump the linting group across 1 directory with 5 updates #14

chore(deps-dev): bump the linting group across 1 directory with 5 updates

chore(deps-dev): bump the linting group across 1 directory with 5 updates #14

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