-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): bump super-linter/super-linter from 6 to 7 in /.github/wor…
…kflows (#602) * chore(ci): bump super-linter/super-linter in /.github/workflows Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 7. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@v6...v7) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * feat(CI): Added support for linting and fixing JavaScript, YAML, JSON, Markdown and CSS code * chore: Added `.prettierignore` file * fix: Moved all ignored folders to .prettierignore file * fix(CI): Fixed formatter permission issue * fix(CI): Fixed formatter permission issue * fix(CI): Fixed formatter permission issue * style: format codebase --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saptarshi Sarkar <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
55810d1
commit f4954b2
Showing
57 changed files
with
1,236 additions
and
864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,43 @@ | ||
"Website 🌐": | ||
- changed-files: | ||
- any-glob-to-any-file: ['Website/**'] | ||
- changed-files: | ||
- any-glob-to-any-file: ["Website/**"] | ||
|
||
"App 💻": | ||
- changed-files: | ||
- any-glob-to-any-file: ['CLI/src/**', 'GUI/src/**', 'Core/src/*'] | ||
- changed-files: | ||
- any-glob-to-any-file: ["CLI/src/**", "GUI/src/**", "Core/src/*"] | ||
|
||
"CI/CD 🔁": | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/workflows/**'] | ||
- changed-files: | ||
- any-glob-to-any-file: [".github/workflows/**"] | ||
|
||
"dependencies 📦️": | ||
- changed-files: | ||
- any-glob-to-any-file: ['Website/package.json', 'Website/package-lock.json', 'pom.xml', '.github/workflows/**', 'CLI/pom.xml', 'GUI/pom.xml', 'Core/pom.xml'] | ||
- head-branch: ['^dependabot'] | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
[ | ||
"Website/package.json", | ||
"Website/package-lock.json", | ||
"pom.xml", | ||
".github/workflows/**", | ||
"CLI/pom.xml", | ||
"GUI/pom.xml", | ||
"Core/pom.xml", | ||
] | ||
- head-branch: ["^dependabot"] | ||
|
||
"documentation 📝": | ||
- changed-files: | ||
- any-glob-to-any-file: ['**/*.md'] | ||
- changed-files: | ||
- any-glob-to-any-file: ["**/*.md"] | ||
|
||
"maven 📦️": | ||
- changed-files: | ||
- any-glob-to-any-file: ['pom.xml', 'CLI/pom.xml', 'GUI/pom.xml', 'Core/pom.xml'] | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
["pom.xml", "CLI/pom.xml", "GUI/pom.xml", "Core/pom.xml"] | ||
|
||
"npm 📦️": | ||
- changed-files: | ||
- any-glob-to-any-file: ['Website/package.json', 'Website/package-lock.json'] | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
["Website/package.json", "Website/package-lock.json"] | ||
|
||
"docker 🐋": | ||
- changed-files: | ||
- any-glob-to-any-file: ['Docker/**', 'docker-compose.yml'] | ||
- changed-files: | ||
- any-glob-to-any-file: ["Docker/**", "docker-compose.yml"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
"CLI/src/main/java/main/Drifty_CLI.java", | ||
"GUI/src/main/java/backend/FileDownloader.java" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
GUI/src/main/resources/META-INF/native-image | ||
CLI/src/main/resources/META-INF/native-image | ||
.idea | ||
.github/workflows | ||
config/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.