Skip to content

Commit

Permalink
Remove extra newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 15, 2025
1 parent 70eaaef commit d7271d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ on:
jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Install stylelint
run: npm install -g stylelint stylelint-config-standard

- name: Run stylelint
run: stylelint stylesheets/*.css

0 comments on commit d7271d3

Please sign in to comment.