Skip to content

Swap scss import order #316

Swap scss import order

Swap scss import order #316

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: actions/cache@v4
name: Configure npm caching
with:
path: ~/.npm
key: ${{ runner.OS }}-npm-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-npm-
- name: Install dependencies
run: npm install
- name: Run prettier
run: |-
npm run prettier