Skip to content

Commit

Permalink
chore(deps): merge dependabot branches
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorMRC committed Aug 26, 2023
1 parent 93e1331 commit 326122e
Show file tree
Hide file tree
Showing 30 changed files with 479 additions and 1,086 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35.7.12
uses: tj-actions/changed-files@v36.4.0

run_unitary_tests:
name: Run unitary tests
Expand Down Expand Up @@ -51,31 +51,3 @@ jobs:

- name: Test
run: PKG_MANAGER=apt-get make test

release_version:
name: Release version
runs-on: ubuntu-latest

needs: run_unitary_tests
if: |
github.ref == 'refs/heads/main' &&
contains(github.event.head_commit.message, 'Release')
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Create tag
id: tagging
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch

- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tagging.outputs.new_tag }}
token: ${{ secrets.PAT }}
53 changes: 0 additions & 53 deletions certificate/application.go

This file was deleted.

96 changes: 0 additions & 96 deletions certificate/domain.go

This file was deleted.

48 changes: 0 additions & 48 deletions certificate/grpc.go

This file was deleted.

Loading

0 comments on commit 326122e

Please sign in to comment.