Skip to content

Commit

Permalink
Merge branch 'main' into chore/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
itrich authored Dec 6, 2023
2 parents b2de2af + b3257e3 commit 5ef7899
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ jobs:
uses: "actions/setup-node@v3"
with:
node-version: "18"
- name: "Get yarn cache directory path"
id: "yarn-cache-dir-path"
run: 'echo "dir=$(yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"'
- name: "Restore yarn cache"
uses: "actions/cache@v3"
id: "yarn-cache"
with:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
${{ github.workspace }}/.next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}-
- run: "yarn install --immutable"
- name: Automated Tests and Linting
uses: ./.github/actions/tests
Expand Down
5 changes: 5 additions & 0 deletions data/news.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
heading: News & Media
items:
- title: |
Nik Peters elected as member of TODO Group Steering Committee 2024
url: https://todogroup.org/blog/2024-steering-committee/
imageSrc: https://github-production-user-asset-6210df.s3.amazonaws.com/43671777/287491838-0a4cfd31-89fb-49d6-a38b-797f4c20c40f.png
imageAlt: TODO Group Steering Committee 2024
- title: |
FOSS Movement: Porsche accelerates open source initiative with board member support
url: https://newsroom.porsche.com/en/2023/company/porsche-foss-movements-open-source-software-strategy-33413.html
Expand Down
4 changes: 2 additions & 2 deletions data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ items:
status: Upstream
- title: Porsche Design System
repo: https://github.com/porsche-design-system/porsche-design-system
imageSrc: https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/crest/src/porsche-crest%403x.png
imageSrc: https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/assets/projects/crest/src/porsche-crest%403x.png
imageAlt: Porsche Design System Avatar
status: Public
- title: OSS Review Toolkit
Expand All @@ -24,7 +24,7 @@ items:
status: Public
- title: Porsche Design System China (PUI-CN)
repo: https://github.com/porsche-design-system/porsche-design-system-china
imageSrc: https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/crest/src/porsche-crest%403x.png
imageSrc: https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/assets/projects/crest/src/porsche-crest%403x.png
imageAlt: Porsche Design System Avatar
status: Public
- title: Porsche Open Source Platform
Expand Down
3 changes: 2 additions & 1 deletion remoteOptimizedImages.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
module.exports = [
"https://raw.githubusercontent.com/oss-review-toolkit/ort/main/logos/logo.png",
"https://raw.githubusercontent.com/porscheofficial/cookie-consent-banner/main/assets/logo.svg",
"https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/crest/src/porsche-crest%403x.png",
"https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/assets/projects/crest/src/porsche-crest%403x.png",
"https://gitlab.com/uploads/-/system/group/avatar/13943452/terraform-icon.png?width=500.png",
"https://eslint.org/icon-512.png",
"https://developer.android.com/static/images/brand/Android_Robot.png",
"https://raw.githubusercontent.com/mbeddr/mbeddr.core/master/logos/2013/blue_orange/LogoBigTransparent.png",
"https://uploads-ssl.webflow.com/6419a4c2c9609e21b02a47e8/6454e539d4ea54c08e42aedb_Frame%2010683.png",
"https://newsroom.porsche.com/.imaging/mte/porsche-templating-theme/image_690x388/dam/pnr/other/executive-board/Meschke/pictures-NEW/New/Meschke1.jpg/jcr:content/Meschke1.jpg",
"https://www.linuxfoundation.org/hubfs/OSPO_FeaturedImage.png",
"https://github-production-user-asset-6210df.s3.amazonaws.com/43671777/287491838-0a4cfd31-89fb-49d6-a38b-797f4c20c40f.png",
];

0 comments on commit 5ef7899

Please sign in to comment.