Browse Source

Testbot yaml file for removing French

pull/15045/head
Jean-Baptiste Jeannin 4 months ago
parent
commit
74e061f09a
  1. 22
      .github/workflows/skyramp-testbot.yml

22
.github/workflows/skyramp-testbot.yml

@ -0,0 +1,22 @@
name: Skyramp Testbot
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
testbot:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: skyramp/[email protected]
with:
skyramp_license_file: ${{ secrets.SKYRAMP_LICENSE }}
cursor_api_key: ${{ secrets.CURSOR_API_KEY }}
enable_debug: 'true'
Loading…
Cancel
Save