Skip to content

Action-Test-Src-Default - [Bump actions/checkout from 6.0.2 to 6.0.3 #116] by @dependabot[bot] #837

Action-Test-Src-Default - [Bump actions/checkout from 6.0.2 to 6.0.3 #116] by @dependabot[bot]

Action-Test-Src-Default - [Bump actions/checkout from 6.0.2 to 6.0.3 #116] by @dependabot[bot] #837

name: Action-Test-Src-Default
run-name: 'Action-Test-Src-Default - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}'
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
ActionTestSrcDefault:
name: Action-Test [Src-Default] - [${{ matrix.os }}]
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Action-Test
uses: ./
id: action-test
with:
Name: PSModuleTest
WorkingDirectory: tests/srcTestRepo
Settings: SourceCode