Skip to content

without explicit token? (#121) #158

without explicit token? (#121)

without explicit token? (#121) #158

Workflow file for this run

name: CI
on:
push:
jobs:
pass:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- name: Test a project
uses: ./actions/uv/test
with:
working-directory: .github/hello-world