Skip to content

Commit

Permalink
Merge branch 'main' into better-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Okinea Dev authored Oct 31, 2024
2 parents 24f6d36 + f42981d commit dd66870
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bun-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.33
1.1.28
12 changes: 6 additions & 6 deletions .github/workflows/icon-review.yml
Original file line number Diff line number Diff line change
@@ -19,11 +19,6 @@ jobs:
pull-requests: write

steps:
- name: 🔧 Setup Bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
with:
bun-version-file: ".bun-version"

- name: 📥 Checkout Fork
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
@@ -40,6 +35,11 @@ jobs:
path: main
persist-credentials: false

- name: 🔧 Setup Bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
with:
bun-version-file: "main/.bun-version"

- name: 🔍 Review SVG files
working-directory: main
run: |
@@ -63,7 +63,7 @@ jobs:
with:
script: |
const iconsCount = parseInt("${{ env.svg_files_count }}");
const imageURL = "${{ env.image_url }}");
const imageURL = "${{ env.image_url }}";
const image = `<img src="${imageURL}" alt="Generated preview" />`;
const pluralS = iconsCount > 1 ? "s" : "";
2 changes: 1 addition & 1 deletion icons/swc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
@@ -2372,7 +2372,7 @@ export const fileIcons: FileIcons = {
fileExtensions: ['swagger.json', 'swagger.yml', 'swagger.yaml'],
fileNames: ['swagger.json', 'swagger.yml', 'swagger.yaml'],
},
{ name: 'bun', fileNames: ['bun.lockb', 'bunfig.toml'], light: true },
{ name: 'bun', fileNames: ['bun.lockb', 'bunfig.toml', ".bun-version"], light: true },
{ name: 'antlr', fileExtensions: ['g4'] },
{ name: 'stylable', fileExtensions: ['st.css'] },
{ name: 'pinejs', fileExtensions: ['pine'] },

0 comments on commit dd66870

Please sign in to comment.