Skip to content

Commit

Permalink
Merge pull request #24 from Typeform/PR-41-improve-ci-standards-check
Browse files Browse the repository at this point in the history
chore(PR-41): improve-ci-standards-check
  • Loading branch information
Matej Lednicky authored Jan 18, 2024
2 parents 7cd6e4b + a10fcbb commit 4b13d23
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci-standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,4 @@ on:
- main
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 }}
uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1

0 comments on commit 4b13d23

Please sign in to comment.