Skip to content

Commit

Permalink
wollok-ts migration
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Apr 25, 2024
1 parent f6d762d commit 1cef6df
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 131 deletions.
7 changes: 0 additions & 7 deletions .classpath

This file was deleted.

Binary file removed .diagrams/clientes.wsdi
Binary file not shown.
24 changes: 0 additions & 24 deletions .github/workflows/build.yml

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.

3 changes: 0 additions & 3 deletions build.properties

This file was deleted.

File renamed without changes.
13 changes: 0 additions & 13 deletions clientesTarjetaMixin.iml

This file was deleted.

Binary file removed images/LinearizationClientesTarjetaCredito.png
Binary file not shown.
Binary file removed images/LinearizationClientesTarjetaCredito2.png
Binary file not shown.
2 changes: 2 additions & 0 deletions log/wollok.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"level":"info","message":"⌛ Building environment","timeElapsed":120,"timestamp":"2024-04-25T10:30:22.906Z"}
{"level":"info","message":"⌛ Building environment","timeElapsed":105,"timestamp":"2024-04-25T10:32:12.385Z"}
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "eg-clientes-tarjeta-mixin-wollok",
"version": "1.0.0",
"wollokVersion": "4.0.0",
"author": "dodain",
"license": "ISC"
}
1 change: 0 additions & 1 deletion src/WOLLOK.ROOT

This file was deleted.

10 changes: 0 additions & 10 deletions src/log4j.properties

This file was deleted.

File renamed without changes.

0 comments on commit 1cef6df

Please sign in to comment.