Skip to content

Commit

Permalink
feat: add header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong committed Sep 17, 2024
1 parent c659f5a commit 1e15275
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 16 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,3 @@ jobs:
- name: "Continuous Deployment: build"
run: pnpm run --if-present build

- name: "Continuous Deployment: publish to GitHub repository"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: "NL Design System"
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
GIT_COMMITTER_NAME: "NL Design System"
run: |
git push --set-upstream origin HEAD
pnpm run release
6 changes: 3 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"scss/percent-placeholder-pattern": "^(example|utrecht)-[a-z0-9-]+$",
"scss/operator-no-newline-after": null,
"scss/at-extend-no-missing-placeholder": null,
"custom-property-pattern": "^_?(voorbeeld|example|denhaag|utrecht)-[a-z0-9-]+$",
"selector-class-pattern": "^(voorbeeld|example|denhaag|utrecht)-[a-z0-9_-]+$",
"keyframes-name-pattern": "^(example|utrecht)-[a-z0-9-]+$",
"custom-property-pattern": "^_?(voorbeeld|todo|denhaag|utrecht)-[a-z0-9-]+$",
"selector-class-pattern": "^(voorbeeld|todo|denhaag|utrecht)-[a-z0-9_-]+$",
"keyframes-name-pattern": "^(todo|utrecht)-[a-z0-9-]+$",
"at-rule-no-unknown": null,
"block-no-empty": [true],
"color-no-invalid-hex": [true],
Expand Down
Loading

0 comments on commit 1e15275

Please sign in to comment.