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
jobs:
lint:
name: Lintruns-on: ubuntu-lateststeps:
- name: Check out code into the Go module directoryuses: actions/checkout@v4
- name: Run Revive Actionuses: morphy2k/revive-action@v2with:
config: revive.toml
When running on GitHub, INPUT_PATH is passed (and empty):
The configuration option "Path pattern" is empty when not provided. But it should be
"./..."
according to the description and code.The following configuration
is the same as:
But should be:
I found it when using this GitHub Actions configuration:
When running on GitHub,
INPUT_PATH
is passed (and empty):The text was updated successfully, but these errors were encountered: