Skip to content

Commit

Permalink
fix: github PR check workflow (#64)
Browse files Browse the repository at this point in the history
* fix: github PR check workflow
  • Loading branch information
Abhishekvrshny authored Dec 25, 2024
1 parent 273e285 commit b467d4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: PR Workflow

on: [push]
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -30,4 +32,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage-summary.out
path: coverage-summary.out
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Propeller 𖣘
![Coverage](https://img.shields.io/badge/Coverage-13.7%25-red)
![Coverage](https://img.shields.io/badge/Coverage-13.5%25-red)
[![Go Report Card](https://goreportcard.com/badge/github.com/CRED-CLUB/propeller)](https://goreportcard.com/report/github.com/CRED-CLUB/propeller)
[![CHECKS](https://github.com/CRED-CLUB/propeller/actions/workflows/checks.yaml/badge.svg)](https://github.com/CRED-CLUB/propeller/actions/workflows/checks.yaml/badge.svg)
[![GoDoc](https://godoc.org/github.com/CRED-CLUB/propeller?status.svg)](https://godoc.org/github.com/CRED-CLUB/propeller) <a href="https://starcharts.herokuapp.com/CRED-CLUB/propeller"><img alt="Stars" src="https://img.shields.io/github/stars/CRED-CLUB/propeller.svg?style=social"></a>
Expand Down

0 comments on commit b467d4b

Please sign in to comment.