Skip to content

Commit

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

This first migration is based on v4.2.0

Issue: pytorch/ci-infra#242

Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall committed Jan 17, 2025
1 parent 73eea90 commit 507a669
Show file tree
Hide file tree
Showing 40 changed files with 61,297 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/download-artifact-s3/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
lib/
dist/
16 changes: 16 additions & 0 deletions .github/actions/download-artifact-s3/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"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/@typescript-eslint"
],
"plugins": ["@typescript-eslint"]
}
2 changes: 2 additions & 0 deletions .github/actions/download-artifact-s3/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto eol=lf
.licenses/** -diff linguist-generated=true
5 changes: 5 additions & 0 deletions .github/actions/download-artifact-s3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
node_modules/

# Ignore js files that are transpiled from ts files in src/
lib/
15 changes: 15 additions & 0 deletions .github/actions/download-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.

Loading

0 comments on commit 507a669

Please sign in to comment.