Skip to content

Workflow file for this run

name: Executar Geradores
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Verificar código
uses: actions/checkout@v3
- name: Executar script
run: |

Check failure on line 20 in .github/workflows/PRNG.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/PRNG.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
echo "Executando o scripts PRNG..."
./PRNG2_m32_l8
./PRNG_m64_l8
./PRNGm64_l16