Skip to content

build: move steps to template dir #12

build: move steps to template dir

build: move steps to template dir #12

Workflow file for this run

name: 'Pipeline'
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: read
jobs:
checks:
name: 'checks'
#if: ${{ github.event_name == 'pull_request'}}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'checks'
uses: ./.github/workflows/templates/checks