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
When working with Atlas' linting in CI, the linter seems to run against all of the migrations inside of the directory, regardless of which migrations were created inside of the pull request. It seems like --git-base in the CLI command atlas migrate lint would do the trick, but it isn't being exposed through the action.
I'm finding the main problem from the lint action is that it is creating too much noise on PRs from old migration check issues, and if you have one bad migration from an old code change, then it will result in a failed check on the PR which can break some workflows.
The text was updated successfully, but these errors were encountered:
When working with Atlas' linting in CI, the linter seems to run against all of the migrations inside of the directory, regardless of which migrations were created inside of the pull request. It seems like
--git-base
in the CLI commandatlas migrate lint
would do the trick, but it isn't being exposed through the action.I'm finding the main problem from the lint action is that it is creating too much noise on PRs from old migration check issues, and if you have one bad migration from an old code change, then it will result in a failed check on the PR which can break some workflows.
The text was updated successfully, but these errors were encountered: