-
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: ignore some lint rules for tests
- Loading branch information
1 parent
d5580e7
commit d768311
Showing
4 changed files
with
23 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- name: Support Long Pathsg | ||
run: git config --system core.longpaths true | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
{{#if jobCheckout}} | ||
with: | ||
{{#each jobCheckout}} | ||
{{ @key }}: {{ this }} | ||
{{/each}} | ||
{{/if}} | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "npm-cli+bot@github.com" | ||
git config --global user.name "npm CLI robot" |
Empty file.