Skip to content

Demas piezas agregadas (Faltaria hacer mas lindo el juego) #58

Demas piezas agregadas (Faltaria hacer mas lindo el juego)

Demas piezas agregadas (Faltaria hacer mas lindo el juego) #58

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
wollok-ts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
wget -O wollok-ts-cli https://github.com/uqbar-project/wollok-ts-cli/releases/latest/download/wollok-ts-cli-linux-x64
chmod a+x ./wollok-ts-cli
./wollok-ts-cli test --skipValidations -p ./
shell: bash