Skip to content

Instantly share code, notes, and snippets.

View phil-6's full-sized avatar
😃

Phil Reynolds phil-6

😃
View GitHub Profile
@phil-6
phil-6 / codequality.yml
Created October 13, 2022 06:46
GitHub Actions: Test Rails with MiniTest and report to Codecov, Second action for code quality checks
name: "Code Quality"
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "main" ]
jobs:
CodeQuality:
runs-on: ubuntu-latest