Skip to content

Commit

Permalink
style: linted
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Jun 3, 2024
1 parent d81f72f commit f2d4a73
Show file tree
Hide file tree
Showing 6 changed files with 503 additions and 299 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:
types:
- completed
release:
types:
- created
- deleted
- edited
- published
- released
- unpublished
types:
- created
- deleted
- edited
- published
- released
- unpublished

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -28,7 +28,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: "pages"
group: pages
cancel-in-progress: true

jobs:
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ jobs:
outputs:
config_package: ${{ steps.config_package.outputs.configPackage }}
steps:

- name: Ensure that required repository variable has been created for the Package
id: config_package
run: |
if [ "${{ vars.PACKAGE_NAME }}" != "" ]; then
echo "configPackage=true" >> $GITHUB_OUTPUT;
else
echo "configPackage=false" >> $GITHUB_OUTPUT;
fi
- name: Ensure that required repository variable has been created for the Package
id: config_package
run: |
if [ "${{ vars.PACKAGE_NAME }}" != "" ]; then
echo "configPackage=true" >> $GITHUB_OUTPUT;
else
echo "configPackage=false" >> $GITHUB_OUTPUT;
fi
build:
needs: config
Expand Down
4 changes: 2 additions & 2 deletions Packages/black.kit.launchpadicons/Runtime/NextThin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f2d4a73

Please sign in to comment.