Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deseng 543 font awesome #2

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated github
ratheesh-aot committed May 8, 2024
commit 2962cf4e38271446870e70e252e6d42deb9dce42
18 changes: 12 additions & 6 deletions .github/workflows/met-web-ci.yml
Original file line number Diff line number Diff line change
@@ -42,8 +42,10 @@ jobs:
- name: Install dependencies
run: |
npm config set "@fortawesome:registry" https://npm.fontawesome.com/
npm config set '//npm.fontawesome.com/:_authToken' ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
npm install --legacy-peer-deps
npm config set //npm.fontawesome.com/:_authToken=${FONTAWESOME_PACKAGE_TOKEN}
npm ci
env:
FONTAWESOME_PACKAGE_TOKEN: ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
- name: Lint
id: lint
run: |
@@ -64,8 +66,10 @@ jobs:
- name: Install dependencies
run: |
npm config set "@fortawesome:registry" https://npm.fontawesome.com/
npm config set '//npm.fontawesome.com/:_authToken' ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
npm install --legacy-peer-deps
npm config set //npm.fontawesome.com/:_authToken=${FONTAWESOME_PACKAGE_TOKEN}
npm ci
env:
FONTAWESOME_PACKAGE_TOKEN: ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}

- name: Test with jest
id: test
@@ -101,8 +105,10 @@ jobs:
- name: Install dependencies
run: |
npm config set "@fortawesome:registry" https://npm.fontawesome.com/
npm config set '//npm.fontawesome.com/:_authToken' ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
npm install --legacy-peer-deps
npm config set //npm.fontawesome.com/:_authToken=${FONTAWESOME_PACKAGE_TOKEN}
npm ci
env:
FONTAWESOME_PACKAGE_TOKEN: ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
- name: build to check strictness
id: build
run: |