Skip to content

Merge pull request #2 from kazufusa/fix/path #13

Merge pull request #2 from kazufusa/fix/path

Merge pull request #2 from kazufusa/fix/path #13

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test-setup:
name: Setup test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
DEBUG: true
steps:
-
uses: actions/checkout@v3
-
uses: ./
-
name: Run tbls
run: tbls version