Skip to content

Commit

Permalink
Add Goal icons (#873)
Browse files Browse the repository at this point in the history
* Save goal-16.svg, goal-24.svg

* Optimize SVGs

* Create selfish-pianos-talk.md

* Save goal-16.svg, goal-24.svg

* Optimize SVGs

* Fix ruby job

* Fix all ruby jobs

* Update api snapshot

Co-authored-by: Gavin Nelson <actions@github.com>
Co-authored-by: Cole Bemis <colebemis@github.com>
  • Loading branch information
3 people committed Nov 30, 2022
1 parent c1e4350 commit 0d1b1ff
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 48 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-pianos-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/octicons": minor
---

Add Goal icons
96 changes: 48 additions & 48 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,26 +97,26 @@ jobs:
run:
working-directory: ./lib/octicons_gem
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/download-artifact@v2
with:
name: octicons-build
path: ./lib/octicons_gem/lib/build
- run: bundle install
- name: Linting
run: bundle exec rake lint
- name: Testing
run: bundle exec rake test
- name: Build
run: bundle exec rake build
- uses: actions/upload-artifact@master
with:
name: octicons-gem
path: ./lib/octicons_gem/pkg
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/download-artifact@v2
with:
name: octicons-build
path: ./lib/octicons_gem/lib/build
- run: bundle install
- name: Linting
run: bundle exec rake lint
- name: Testing
run: bundle exec rake test
- name: Build
run: bundle exec rake build
- uses: actions/upload-artifact@master
with:
name: octicons-gem
path: ./lib/octicons_gem/pkg

octicons_helper:
name: 'gem:octicons_helper'
Expand All @@ -126,20 +126,20 @@ jobs:
run:
working-directory: ./lib/octicons_helper
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/download-artifact@v2
with:
name: octicons-gem
path: ./lib/octicons_helper/vendor/cache
- run: bundle install
- name: Linting
run: bundle exec rake lint
- name: Testing
run: bundle exec rake test
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/download-artifact@v2
with:
name: octicons-gem
path: ./lib/octicons_helper/vendor/cache
- run: bundle install
- name: Linting
run: bundle exec rake lint
- name: Testing
run: bundle exec rake test

octicons_jekyll:
name: 'gem:octicons_jekyll'
Expand All @@ -149,17 +149,17 @@ jobs:
run:
working-directory: ./lib/octicons_jekyll
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/download-artifact@v2
with:
name: octicons-gem
path: ./lib/octicons_jekyll/vendor/cache
- run: bundle install
- name: Linting
run: bundle exec rake lint
- name: Testing
run: bundle exec rake test
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/download-artifact@v2
with:
name: octicons-gem
path: ./lib/octicons_jekyll/vendor/cache
- run: bundle install
- name: Linting
run: bundle exec rake lint
- name: Testing
run: bundle exec rake test
1 change: 1 addition & 0 deletions icons/goal-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/goal-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"GitPullRequestDraftIcon",
"GitPullRequestIcon",
"GlobeIcon",
"GoalIcon",
"GrabberIcon",
"GraphIcon",
"HashIcon",
Expand Down

0 comments on commit 0d1b1ff

Please sign in to comment.