Skip to content

Commit

Permalink
Migración a Wollok TS
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed May 25, 2024
1 parent 9ceef8b commit a8699d7
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 97 deletions.
8 changes: 0 additions & 8 deletions .classpath

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions .project

This file was deleted.

7 changes: 0 additions & 7 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions META-INF/MANIFEST.MF

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sokoban

[![Build Status](https://travis-ci.org/wollok/sokobanGame.svg?branch=master)](https://travis-ci.org/wollok/sokobanGame)
[![Build Status](https://github.com/wollok/sokobanGame/actions/workflows/ci.yml/badge.svg)](https://github.com/wollok/sokobanGame/actions/workflows/ci.yml)


Ejemplo del juego Sokoban hecho con Wollok-Game
Expand Down
4 changes: 0 additions & 4 deletions build.properties

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "sokobanGame",
"version": "1.0.0",
"wollokVersion": "4.0.0",
"author": "dodain",
"license": "ISC"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions src/log4j.properties

This file was deleted.

1 change: 0 additions & 1 deletion wollokREPL.wlk

This file was deleted.

0 comments on commit a8699d7

Please sign in to comment.