Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
078959f5
Unverified
Commit
078959f5
authored
May 10, 2023
by
Nicolas Hug
Committed by
GitHub
May 10, 2023
Browse files
Add BC linter (#7569)
Co-authored-by:
Philip Meier
<
github.pmeier@posteo.de
>
parent
d310ce64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.github/workflows/lint.yml
.github/workflows/lint.yml
+11
-0
No files found.
.github/workflows/lint.yml
View file @
078959f5
...
@@ -96,3 +96,14 @@ jobs:
...
@@ -96,3 +96,14 @@ jobs:
echo '::group::Lint Python types'
echo '::group::Lint Python types'
mypy --install-types --non-interactive --config-file mypy.ini
mypy --install-types --non-interactive --config-file mypy.ini
echo '::endgroup::'
echo '::endgroup::'
bc
:
if
:
github.event.pull_request
runs-on
:
ubuntu-latest
steps
:
-
name
:
Run BC Lint Action
uses
:
pytorch/test-infra/.github/actions/bc-lint@main
with
:
repo
:
${{ github.event.pull_request.head.repo.full_name }}
base_sha
:
${{ github.event.pull_request.base.sha }}
head_sha
:
${{ github.event.pull_request.head.sha }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment