Skip to content

Commit

Permalink
chore: use shared build workflow (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Aug 24, 2022
1 parent dde5796 commit ec46191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
dotnet-version: "6.0.x"

- name: Commitlint and Other Shared Build Steps
uses: momentohq/standards-and-practices/github-actions/shared-build@gh-actions-v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: |
dotnet build
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/lint_pr.yml

This file was deleted.

0 comments on commit ec46191

Please sign in to comment.