Skip to content

Bump jekyll-sass-converter from 2.1.0 to 3.0.0 #30

Bump jekyll-sass-converter from 2.1.0 to 3.0.0

Bump jekyll-sass-converter from 2.1.0 to 3.0.0 #30

Workflow file for this run

name: lint
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
prettier:
name: lint-prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Prettify code
run: npx prettier . --check