Skip to content

Replace dprint prettier plugin with yamlfmt and 3rd-party WASM plugins #117

Replace dprint prettier plugin with yamlfmt and 3rd-party WASM plugins

Replace dprint prettier plugin with yamlfmt and 3rd-party WASM plugins #117

Workflow file for this run

name: 👕 - CSS
on:
push:
branches: [main]
paths:
- '.github/workflows/stylelint.yml'
- '**.css'
- 'deno.*'
pull_request:
paths:
- '.github/workflows/stylelint.yml'
- '**.css'
- 'deno.*'
jobs:
stylelint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: '1.43.1' # selfup {"extract":"\\d[^']+","replacer":["bash","-c","deno --version | head -n 1 | cut -d ' ' -f 2"]}
- run: deno task stylelint