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

Format check workflow missing duplicate check, restricted to main push, job name doesn't match #1182

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

Comments

@skliper
Copy link
Contributor

skliper commented Oct 22, 2021

Is your feature request related to a problem? Please describe.
No duplicate check, restricting to main and job name doesn't match:

on:
push:
branches:
- main
pull_request:
jobs:
static-analysis:
name: Run format check
runs-on: ubuntu-18.04
timeout-minutes: 15
steps:
- name: Install format checker

Describe the solution you'd like
Add duplicate check, remove main branch restriction, update name to match action, maybe "format-check"?

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

@skliper
Copy link
Contributor Author

skliper commented Oct 28, 2021

OBE - #1188

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