mirror of
https://github.com/Artrios/pokecarde.git
synced 2026-04-25 15:46:58 -05:00
* Add basic test for stripgbc script * Add ci * fix invalid workflow * fix dir issue * force fail * unfail and only pr
18 lines
304 B
YAML
18 lines
304 B
YAML
name: Test Python Scripts
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
Test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out repository code
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Test stripgbc
|
|
run: |
|
|
cd tests/scripts/stripgbc/ && ./pass.sh
|