Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

try deleting files #31

Closed
wants to merge 5 commits into from
Closed

Conversation

bradennapier
Copy link
Owner

@bradennapier bradennapier commented Jul 22, 2020

will fix anyway ;-)

fixes: #30

@bradennapier
Copy link
Owner Author

bradennapier commented Jul 22, 2020

@imsteev I deleted a file in this and it works fine

Logs Show:

[ESLINT] Run With Configuration  {
  extensions: [ '.js', '.jsx', '.ts', '.tsx' ],
  ignore: true,
  useEslintrc: true,
  rulePaths: [],
  errorOnUnmatchedPattern: false,
  fix: false,
  configFile: undefined
}
PR with files detected: lib/api.js,src/api.ts,src/quick.ts

where src/quick.ts no longer exists in this PR

--

When I set the action to errorOnUnmatchedPattern true I get the following:

[ESLINT] Run With Configuration  {
  extensions: [ '.js', '.jsx', '.ts', '.tsx' ],
  ignore: true,
  useEslintrc: true,
  rulePaths: [],
  errorOnUnmatchedPattern: true,
  fix: false,
  configFile: undefined,
  debug: true
}
PR with files detected: .github/workflows/test.yml,lib/api.js,lib/eslint.js,src/api.ts,src/eslint.ts,src/quick.ts
##[error]Error: No files matching 'src/quick.ts' were found.
##[error]No files matching 'src/quick.ts' were found.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 22, 2020

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 2 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

workflow is attempting to lint deleted files
1 participant