Skip to content

Commit

Permalink
Migración a Wollok TS
Browse files Browse the repository at this point in the history
  • Loading branch information
lgassman committed Sep 26, 2024
1 parent 0e11202 commit d038162
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 87 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
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
bin

# Local history
.history

# Wollok Log
*.log
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.

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

This file was deleted.

3 changes: 0 additions & 3 deletions build.properties

This file was deleted.

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

This file was deleted.

0 comments on commit d038162

Please sign in to comment.