Convert checkout to a regular action (#70)
This commit is contained in:
.eslintignore.eslintrc.json
.github/workflows
.gitignore.prettierignore.prettierrc.jsonCHANGELOG.mdREADME.md__test__
git-version.test.tsinput-helper.test.tsmodify-work-tree.shref-helper.test.tsverify-basic.shverify-clean.shverify-lfs.shverify-no-unstaged-changes.shverify-side-by-side.shverify-submodules-not-checked-out.sh
action.ymldist
jest.config.jspackage-lock.jsonpackage.jsonsrc
fs-helper.tsgit-command-manager.tsgit-source-provider.tsgit-version.tsinput-helper.tsmain.ts
tsconfig.jsonmisc
ref-helper.ts
13334
dist/index.js
vendored
Normal file
13334
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
13
dist/problem-matcher.json
vendored
Normal file
13
dist/problem-matcher.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "checkout-git",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(fatal|error): (.*)$",
|
||||
"message": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user