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 18, 2024
1 parent 5bdd870 commit de0ac48
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 787 deletions.
699 changes: 0 additions & 699 deletions .README.md.html

This file was deleted.

7 changes: 0 additions & 7 deletions .classpath

This file was deleted.

Binary file removed .diagrams/bonos.wsdi
Binary file not shown.
Binary file removed .diagrams/pepe.wsdi
Binary file not shown.
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.

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 @@
# Sueldo de Pepe

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


<img src="img/money.jpg" height="150" width="250">
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions build.properties

This file was deleted.

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": "polimorfismoSueldoDePepe",
"version": "1.0.0",
"wollokVersion": "4.0.0",
"author": "dodain",
"license": "ISC"
}
File renamed without changes.
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 de0ac48

Please sign in to comment.