Skip to content

Update RSA.Codeunit.al #311

Update RSA.Codeunit.al

Update RSA.Codeunit.al #311

name: 'Verify App Changes'
on:
pull_request:
branches: [ 'main', 'releases/*']
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
VerifyAppChanges:
runs-on: windows-latest
name: Verify App Changes
steps:
- name: checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
ref: ${{ github.sha }}
- uses: microsoft/BCApps/.github/actions/TestPreprocessorSymbols@main