-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: use sudo, assume docker is present, always pass lint
Huh. I kinda just assumed we'd be root. Guess not! All my attempts to just get a 'docker' binary installed seem to be failing on conflicts. Maybe it's already there in the GHA image? Let's try leaving it out. pylint and flake8 exit non-zero if a single issue is found, and right now we have tons of them. For now just to get started, let's make them only informational. I can send a follow-up PR to use diff-cover, maybe, to only fail on *new* violations. Signed-off-by: Adam Williamson <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters