Skip to content

git: add the .gitattributes file #59

git: add the .gitattributes file

git: add the .gitattributes file #59

Workflow file for this run

name: Build
on:
push:
tags-ignore:
- "**"
branches:
- master
pull_request:
types:
- opened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
call-ghlint:
name: Call Lint Github workflows
uses: azazeal/workflows/.github/workflows/ghlint.yml@panos/xplat
permissions:
pull-requests: write
call-gopkg:
name: Call Build Go package
uses: azazeal/workflows/.github/workflows/gopkg.yml@panos/xplat
permissions:
pull-requests: write