Skip to content

Bump fast-uri from 3.1.0 to 3.1.2 #277

Bump fast-uri from 3.1.0 to 3.1.2

Bump fast-uri from 3.1.0 to 3.1.2 #277

Workflow file for this run

name: Code style
on:
pull_request:
workflow_dispatch:
jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install dependencies
run: npm ci
- name: Run Stylelint
run: npm run stylelint:check
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install dependencies
run: npm ci
- name: Run Prettier
run: npm run prettier:check