Skip to content

Merge pull request #676 from vkubiv/chore-update-to-lates-vcs-fix #1592

Merge pull request #676 from vkubiv/chore-update-to-lates-vcs-fix

Merge pull request #676 from vkubiv/chore-update-to-lates-vcs-fix #1592

Workflow file for this run

#
# Copyright SecureKey Technologies Inc. All Rights Reserved.
# Copyright Gen Digital Inc. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
name: build
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
SemanticPullRequest:
name: Semantic Pull Request Check
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
checks:
name: Checks
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run checks
timeout-minutes: 10
run: make checks