Skip to content

chore(deps-dev): bump vite from 5.2.11 to 5.4.0 in /solid in the vite group across 1 directory #34

chore(deps-dev): bump vite from 5.2.11 to 5.4.0 in /solid in the vite group across 1 directory

chore(deps-dev): bump vite from 5.2.11 to 5.4.0 in /solid in the vite group across 1 directory #34

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