Skip to content

Commit

Permalink
Fix continous integration issues (#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer authored Oct 4, 2024
1 parent fc953de commit a48edfa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 605 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @sumup-oss/design-system-codeowners
* @sumup-oss/owner-design-system
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Check dependency licenses
run: npm run check:licenses

- name: Check SVG sizes
run: npm run check:svg-sizes

- name: Build packages
run: npm run build

Expand Down
Loading

0 comments on commit a48edfa

Please sign in to comment.