-
Notifications
You must be signed in to change notification settings - Fork 900
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
Switch to GitHub Actions #21683
Switch to GitHub Actions #21683
Conversation
a9f8918
to
7a23ebe
Compare
.github/workflows/ci.yaml
Outdated
ci: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Don't forget to remove this.
615d9ff
to
393f4f9
Compare
393f4f9
to
a2ae146
Compare
Checked commit Fryguy@a2ae146 with ruby 2.6.3, rubocop 1.13.0, haml-lint 0.35.0, and yamllint |
@jrafanie...I noticed we run security on both 2.6 and 2.7...is that necessary? Thoughts? Was thinking I could change this to just run spec on 2.6 and that's it. |
Yeah, that makes sense. I don't think it's required to do all rubies. Technically, bundle-audit will have ruby CVEs it scans for so it might be a good reminder to bump ruby versions in some repos/branches but agree, it's probably not worth it to run for more than 1 ruby. |
Switch to GitHub Actions (cherry picked from commit 0318b45)
Switch to GitHub Actions (cherry picked from commit 0318b45)
TODO: