Skip to content

perf(ci): budget the 10 GB Actions cache quota instead of overcommitt… #687

perf(ci): budget the 10 GB Actions cache quota instead of overcommitt…

perf(ci): budget the 10 GB Actions cache quota instead of overcommitt… #687

Workflow file for this run

name: lint
on:
push:
branches: [develop]
pull_request:
branches: [develop]
permissions:
contents: read
jobs:
python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: check .
javascript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npx --yes @biomejs/biome lint