You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Diagnostic text: `RuntimeError: None of the source targets from the configuration match any files:`](#diagnostic-text-runtimeerror-none-of-the-source-targets-from-the-configuration-match-any-files)
@@ -659,6 +660,32 @@ $ rm temp-wordlist.txt
659
660
660
661
And you should be good to go.
661
662
663
+
### Check only the changed files
664
+
665
+
The marvellous GitHub Action: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) can be used to check only the files changed in a pull request.
This can be very use for very large repositories, where you only want to check the files changed in a pull request, so you can focus on the changes and do not have to wait so long for the action to complete.
688
+
662
689
## Diagnostics
663
690
664
691
This is a list of common diagnostics, which can be emitted by the action and it's tools.
0 commit comments