Christian Koop
d14b966ef1
Replace 'read-last-lines' with 'n-readlines'
...
read-last-lines had trouble reading lines
2020-11-24 15:36:21 +01:00
Christian Koop
877811bf50
GitHub-Action: Always upload logs
2020-11-24 15:03:56 +01:00
Christian Koop
c06cf8b5d3
Fix not building in some cases and wrongly following download redirects
2020-11-24 14:53:41 +01:00
Christian Koop
69c7fb8c2f
Follow redirects when downloading files
2020-11-24 11:47:15 +01:00
Christian Koop
c901bfb72a
Error handling
...
Some errors did not cause the Action to fail
2020-11-24 11:39:30 +01:00
Christian Koop
ac639ec332
GitHub-Action: Run Action twice
...
Running it twice shows how fast the Action can be, when skipping versions that already exist inside the local maven repository.
(Currently not being checked)
2020-11-24 11:31:39 +01:00
Christian Koop
f88defe2ae
Use 'SpraxDev/Spigot-BuildTools' by default
...
The action can now be configured to use the original BuildTools or a fork of mine with some tweaks (More info at https://github.com/SpraxDev/Spigot-BuildTools/#breaking-changes )
2020-11-24 11:31:39 +01:00
Christian Koop
ff431ef526
Update some dependencies ( #24 )
...
* Bump @vercel/ncc from 0.24.1 to 0.25.1
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.24.1 to 0.25.1.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.24.1...0.25.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* Bump @types/async from 3.2.3 to 3.2.4
Bumps [@types/async](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async )
Signed-off-by: dependabot[bot] <support@github.com>
* Bump typescript from 4.0.5 to 4.1.2
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
* Bump @types/node from 12.19.4 to 12.19.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 12.19.4 to 12.19.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com>
* Build project
It looks like `ncc` has a bug that adds 2 semicolon to `sourcemap-register.js` but that should not be a problem
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 09:08:55 +01:00
dependabot[bot]
6f2af4a938
Bump @types/fs-extra from 9.0.3 to 9.0.4 ( #19 )
...
Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra ) from 9.0.3 to 9.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-21 12:44:08 +01:00
dependabot[bot]
c724bb1da9
Bump @types/node from 12.19.3 to 12.19.4 ( #18 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 12.19.3 to 12.19.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-12 05:51:34 +01:00
dependabot[bot]
f4cd19275c
Bump @types/fs-extra from 9.0.2 to 9.0.3 ( #17 )
...
Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra ) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10 07:07:06 +01:00
Christian Koop
9915ca0d87
Fix typo
2020-11-05 11:14:32 +01:00
Christian Koop
9c9ccb7042
Create GitHub related files
...
* GitHub Issue Templates
* CODE_OF_CONDUCT.md
* CONTRIBUTING.md
* FUNDING.yml
2020-11-01 03:53:06 +01:00
Christian Koop
b3a7119889
Create README.md ( #13 )
2020-11-01 03:37:05 +01:00
Christian Koop
75739a3ac7
action.yml: Added branding (icon, color)
2020-11-01 03:12:11 +01:00
Christian Koop
59bfa35172
Fix 'disableJavaCheck' not always being checked
2020-11-01 03:11:53 +01:00
Christian Koop
2a34829b7e
Code cleanup
2020-11-01 03:11:19 +01:00
Christian Koop
3ce5b199ec
Create codeql-analysis.yml
2020-11-01 02:42:42 +01:00
Christian Koop
ecb587ae2f
Initial commit
2020-11-01 02:29:17 +01:00
Christian Koop
2277d29179
Initial commit
2020-10-31 19:50:11 +01:00