Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,17 @@ jobs:
run: |
which frameterm
frameterm --help

test-sha-pin:
name: "Test SHA pin on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: stefanmatar/frameterm@378eef343ad063386431daa76ef16fc7e0ef9635

- name: Verify binary
run: |
which frameterm
frameterm --help
Loading