Skip to content

Commit 30be326

Browse files
lukasoppermannactions-usercamertron
authored
Adding multiple missing icons (#983)
* adding changeset * adding more missing icons * add more missing icons * adding more icons * added more missing icons * added a11y icons * fix * add xlmns * Optimize SVGs * add test file * Fix year in LICENSE files * Use up-to-date artifact actions * Update Ruby and Rubocop versions; fix linting issues * Fix linting issues; cache bundles * update size * Optimize SVGs * Build * Make diff smaller * Woops, missed one --------- Co-authored-by: Lukas Oppermann <actions@github.com> Co-authored-by: Cameron Dutro <camertron@gmail.com>
1 parent 0b22783 commit 30be326

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4429
-4422
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/octicons': minor
3+
---
4+
5+
Add multiple missing icons

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
uses: ruby/setup-ruby@v1
103103
with:
104104
ruby-version: 3.3
105+
bundler-cache: true
105106
- uses: actions/download-artifact@v4
106107
with:
107108
name: octicons-build
@@ -131,6 +132,7 @@ jobs:
131132
uses: ruby/setup-ruby@v1
132133
with:
133134
ruby-version: 3.3
135+
bundler-cache: true
134136
- uses: actions/download-artifact@v4
135137
with:
136138
name: octicons-gem
@@ -155,6 +157,7 @@ jobs:
155157
uses: ruby/setup-ruby@v1
156158
with:
157159
ruby-version: 3.3
160+
bundler-cache: true
158161
- uses: actions/download-artifact@v4
159162
with:
160163
name: octicons-gem

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Setup Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: 2.7
29+
ruby-version: 3.2
30+
bundler-cache: true
3031

3132
- name: Install dependencies
3233
run: |

.rubocop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ inherit_gem:
22
rubocop-github:
33
- config/default.yml
44
- config/rails.yml
5-
65
AllCops:
76
NewCops: enable

icons/accessibility-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/accessibility-inset-16.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/accessibility-inset-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/apps-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/bookmark-filled-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/bookmark-slash-fill-16.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)