Skip to content

Try to fix action

Try to fix action #13

Workflow file for this run

# Description:
# - Setup Bend with GitHub Actions
# REF:
# - https://github.com/marketplace/actions/checkout
name: Setup-Bend@Release
on:
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
setup-bend:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
name: Setup Bend@${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bend
uses: hustcer/setup-bend@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check Bend Version
run: |
bend --version