Skip to content

Added README

Added README #35

Workflow file for this run

name: Setup action test
on:
pull_request:
types: [opened,reopened,synchronize,closed]
permissions:
contents: read
pull-requests: write
id-token: write
jobs:
setup:
name: set up the binary
runs-on: ubuntu-latest
steps:
- name: Call the action
uses: UffizziCloud/setup-action@setup-binary
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: my-artifact
- shell: bash
run: |
ls