Skip to content

Commit

Permalink
CI: Migrate seemethere/upload-artifact-s3 locally
Browse files Browse the repository at this point in the history
Hosting the code for seemethere/upload-artifact-s3 locally
to encorage more coolaboration and maintainance of this action.

This first migration is based on v5.1.0

Issue: pytorch/ci-infra#242

Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall committed Jan 14, 2025
1 parent 73eea90 commit f7c800d
Show file tree
Hide file tree
Showing 47 changed files with 68,174 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/upload-artifact-s3/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
lib/
dist/
19 changes: 19 additions & 0 deletions .github/actions/upload-artifact-s3/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"env": { "node": true, "jest": true },
"parser": "@typescript-eslint/parser",
"parserOptions": { "ecmaVersion": 9, "sourceType": "module" },
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript",
"plugin:prettier/recommended",
"prettier"
],
"rules": {
"@typescript-eslint/no-empty-function": "off"
},
"plugins": ["@typescript-eslint", "jest"]
}
3 changes: 3 additions & 0 deletions .github/actions/upload-artifact-s3/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto eol=lf
.licenses/** -diff linguist-generated=true
dist/** linguist-generated=true
3 changes: 3 additions & 0 deletions .github/actions/upload-artifact-s3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
lib/
__tests__/_temp/
15 changes: 15 additions & 0 deletions .github/actions/upload-artifact-s3/.licensed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sources:
npm: true

allowed:
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- isc
- mit
- cc0-1.0
- unlicense

reviewed:
npm:
- fs.realpath

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f7c800d

Please sign in to comment.