Skip to content

Commit

Permalink
chore: removed old github actions, replacing with new standard checks
Browse files Browse the repository at this point in the history
  • Loading branch information
robespmun committed Jun 10, 2021
1 parent 3d28e47 commit 22d30ba
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 39 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/check-pr-title.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/ci-standard-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI Standard Checks
on:
push:
branches:
- develop
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- develop

jobs:
ci-standard-checks:
runs-on: [ubuntu-latest]

steps:
- name: Check Out Source Code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: CI Standard Checks
uses: Typeform/ci-standard-checks@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
dockerUsername: ${{ secrets.GITLEAKS_DOCKER_USERNAME }}
dockerPassword: ${{ secrets.GITLEAKS_DOCKER_PASSWORD }}
27 changes: 0 additions & 27 deletions .github/workflows/secrets-scan.yml

This file was deleted.

0 comments on commit 22d30ba

Please sign in to comment.