Skip to content

Commit

Permalink
feat: Remove codecov from build and create conventional commits workf…
Browse files Browse the repository at this point in the history
…low (#623)
  • Loading branch information
alldoami authored Mar 21, 2022
1 parent 02584d2 commit 7978a08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
go-version: "1.17"
- name: Run tests
run: make test-ci
- uses: codecov/codecov-action@v2
with:
name: fogg
fail_ci_if_error: false

lint:
runs-on: ubuntu-18.04
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/conventional_commits_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Validates PR title follows conventional commits
on:
pull_request:
types:
- edited
- opened
- synchronize
- reopened

jobs:
conventional_commit_title:
runs-on: ubuntu-latest
steps:
- uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@main

0 comments on commit 7978a08

Please sign in to comment.