Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static analysis in CI missing duplicate check, restricted to push to main #2006

Closed
skliper opened this issue Oct 22, 2021 · 1 comment
Closed

Comments

@skliper
Copy link
Contributor

skliper commented Oct 22, 2021

Is your feature request related to a problem? Please describe.
Missing duplicate check and restricting to main for pushes

Here:

on:
push:
branches:
- main
pull_request:
jobs:
static-analysis:

Describe the solution you'd like
Run on all pushes, add duplicate check

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants