SMU-Keithley 4200-SCS: Add Pulse Mode and List Mode #355
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Semilinear History | |
on: | |
pull_request: | |
branches: main | |
permissions: | |
contents: read | |
jobs: | |
semilinear_history: | |
name: Check Semilinear History | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check Semilinear History | |
shell: pwsh | |
run: | | |
.\.github\Check-SemilinearHistory.ps1 -targetBranch ${{ github.base_ref }} -commitSource ${{ github.event.pull_request.head.sha }} |