Commit Graph

13 Commits

Author SHA1 Message Date
Conor Sloan f574209690 Create release.yml 2023-11-22 13:06:42 +00:00
Conor Sloan bf7467ab03 update dist 2023-11-22 13:05:25 +00:00
Conor Sloan 7c7ef462b7 fix or disable linting in fs-helper
There is a bit of a catch-22 bere where the createArchives function should not use .then and .catch in favour of async/await according to the linter, but can't use async/await because it's discouraged to make new promise executor functions async. There is a hacky workaround to make this work, but it seems like it isn't worth making the code more fragmented, so i just disabled the linter for these lines.
2023-11-22 13:03:09 +00:00
Conor Sloan ffca16d01f fix low hanging fruit linter errors 2023-11-22 12:41:53 +00:00
Conor Sloan 4c296f98cf Remove test-action from ci.yml
we don't need this as it pertains to the template js action. We'll find other ways to test the action.
2023-11-22 12:18:03 +00:00
Conor Sloan e39e2c9775 Disable codeql analysis 2023-11-22 12:14:23 +00:00
Conor Sloan 61de8fadb6 fix linter 2023-11-17 21:38:11 +00:00
Conor Sloan 1e8c61d3f5 update deps 2023-11-17 21:31:12 +00:00
Conor Sloan 306ad46422 Merge pull request #1 from immutable-actions/dependabot/npm_and_yarn/types/tar-6.1.9
Bump @types/tar from 6.1.8 to 6.1.9
2023-11-17 21:27:55 +00:00
Conor Sloan 2904fe0ac2 split readme and contributing 2023-11-17 20:08:25 +00:00
dependabot[bot] 54a9cc0dae Bump @types/tar from 6.1.8 to 6.1.9
Bumps [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) from 6.1.8 to 6.1.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar)

---
updated-dependencies:
- dependency-name: "@types/tar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 20:05:26 +00:00
Conor Sloan 8f0926c56a initial mvp version 2023-11-17 20:04:42 +00:00
Conor Sloan 5d945681fa Initial commit 2023-11-17 19:56:57 +00:00