Skip to content

chore: bump postcss from 8.5.23 to 8.5.25 #2021

chore: bump postcss from 8.5.23 to 8.5.25

chore: bump postcss from 8.5.23 to 8.5.25 #2021

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
benchmarks:
name: Run benchmarks
runs-on: codspeed-macro
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # ratchet:actions/checkout@v7.0.1
- name: Setup rust toolchain, cache and cargo-codspeed binary
uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 # ratchet:moonrepo/setup-rust@v1
with:
channel: 1.97.1
cache-target: release
bins: cargo-codspeed
- name: Setup Python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # ratchet:actions/setup-python@v7.0.0
with:
python-version: "3.12"
- name: Build the benchmark target(s)
run: cargo codspeed build --package sqruff-lib
- name: Run the benchmarks
uses: CodSpeedHQ/action@f99becdce5e5d51fd556489ebef684f4ecfd6286 # ratchet:CodSpeedHQ/action@v4.18.5
with:
run: cargo codspeed run --package sqruff-lib
mode: walltime