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
19 changes: 13 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
---
name: test
on:
push:
tags:
- v*
on: pull_request
jobs:
test:
runs-on: ubuntu-24.04
steps:
- run: echo "$PAYLOAD"
- uses: actions/checkout@v5

Check failure on line 8 in .github/workflows/test.yaml

View workflow job for this annotation

GitHub Actions / test

pinact error

action isn't pinned
with:
persist-credentials: "false"
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install pinact
env:
PAYLOAD: ${{ toJson(github.event) }}
HOMEBREW_NO_INSTALL_CLEANUP: "1"
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
pinact run --check
Loading