Skip to content

Add comprehensive documentation for DeliveryTargets and NuGet/GitHub Packages in AL-Go #2153

Add comprehensive documentation for DeliveryTargets and NuGet/GitHub Packages in AL-Go

Add comprehensive documentation for DeliveryTargets and NuGet/GitHub Packages in AL-Go #2153

Workflow file for this run

name: pre-commit
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
pre-commit:
runs-on: windows-latest
steps:
- name: Harden Runner
if: github.repository_owner == 'microsoft'
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
extra_args: --all-files