Skip to content

Commit

Permalink
feat(workflow): switch to GitHub Actions VCS type
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dovgan authored Jun 15, 2023
1 parent d4b4932 commit 679d825
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/precommit-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Universum check
on: push
on:
pull_request:
types: [opened, synchronize]

jobs:
universum_check:
Expand All @@ -19,9 +21,10 @@ jobs:
run:
python -u -m universum
--fail-unsuccessful
--vcs-type=git
--git-repo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
--git-refspec $GITHUB_REF_NAME
--vcs-type="ghactions"
--ghactions-payload="@${{ github.event_path }}"
--ghactions-token="${{ secrets.GITHUB_TOKEN }}"
--report-to-review
--no-archive
--no-diff

Expand Down

0 comments on commit 679d825

Please sign in to comment.