Skip to content

Migrate unit and integration tests from TravisCI to GitHub Actions #1518

Migrate unit and integration tests from TravisCI to GitHub Actions

Migrate unit and integration tests from TravisCI to GitHub Actions #1518

Workflow file for this run

name: AddBinderBadge
on:
pull_request_target:
jobs:
badge:
runs-on: ubuntu-latest
steps:
- uses: manics/action-binderbadge@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}