Skip to content

feat: add github workflow templates #2

feat: add github workflow templates

feat: add github workflow templates #2

Workflow file for this run

name: build
on:
pull_request:
jobs:
build:
runs-on: [ubuntu-22.04]
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis