Skip to content

Commit

Permalink
UPDATE: repo fixes + emojisearch
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Sep 11, 2024
1 parent 9a9cbff commit a49b72b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 27 deletions.
29 changes: 7 additions & 22 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ env:
PYTHONUNBUFFERED: true

jobs:
quality-icons:
quality:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
IDENTITY: [ emojisearch, iconsearch, logosearch, supertinyicons ]

steps:
- name: Checkout repo
Expand All @@ -28,25 +32,6 @@ jobs:
python -m pip install --upgrade pip
pip install sh unidecode pyaml
- name: Validate icons repos
run: ./bin/validate_repo.py --input=data/iconsearch.yaml
- name: Validate ${{ matrix.IDENTITY }} repos
run: ./bin/validate_repo.py --input=data/${{ matrix.IDENTITY }}.yaml

quality-logos:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@master

- name: Setup python
uses: actions/setup-python@v1
with:
python-version: 3.9

- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install sh unidecode pyaml
- name: Validate logos repos
run: ./bin/validate_repo.py --input=data/logosearch.yaml
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
IDENTITY: [ iconsearch, logosearch, supertinyicons ]
IDENTITY: [ emojisearch, iconsearch, logosearch, supertinyicons ]

steps:
- uses: actions/checkout@master
Expand Down
6 changes: 3 additions & 3 deletions data/iconsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

- handle: astrit
repo: astrit/css.gg
branch: master
branch: main
directory: icons/svg
provider: github

Expand Down Expand Up @@ -148,9 +148,9 @@
- handle: cfpb
repo: cfpb/design-system
branch: main
directory: packages/cfpb-icons/src/icons
directory: packages/cfpb-design-system/src/components/cfpb-icons/icons
name: CFPB Design System
website: https://cfpb.github.io/design-system/
website: https://cfpb.github.io/design-system/foundation/iconography
provider: github

- handle: cjpatoilo
Expand Down
2 changes: 1 addition & 1 deletion data/logosearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@

- provider: github
handle: tokenicons
repo: 0xa3k5/token-icons
repo: 0xa3k5/web3icons
branch: main
directory: packages/core/src/raw-svgs
website: https://tokenicons.io/
Expand Down

0 comments on commit a49b72b

Please sign in to comment.