Skip to content

fix author

fix author #2

Workflow file for this run

name: validate
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: # Enable triggering the workflow manually from the Actions tab
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- run: echo "hello world"