Skip to content

Commit

Permalink
Merge 1d3e580 into 1aee8cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Jun 3, 2024
2 parents 1aee8cd + 1d3e580 commit 5bb0f1f
Show file tree
Hide file tree
Showing 51 changed files with 1,317 additions and 689 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-foxes-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Upgrade to @primer/primtives@8.2.0 and @primer/stylelint-config@13.0.0-rc
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- run: npm ci
- run: npm run dist
- name: Lint source files
run: npx stylelint --fix
- name: Look for unused stylelint:disable lines
run: npm run stylelint -- --report-needless-disables
run: npm run stylelint:fix
- name: Push up any fixes
if: ${{ github.event_name == 'pull_request' }}
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
Loading

0 comments on commit 5bb0f1f

Please # to comment.