diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
new file mode 100644
index 00000000..21937764
--- /dev/null
+++ b/.github/workflows/gradle.yml
@@ -0,0 +1,32 @@
+# Flujo de trabajo para construir el código al hacer push o pull_request en la rama desarrollo
+# This workflow uses actions that are not certified by GitHub.
+# They are provided by a third-party and are governed by
+# separate terms of service, privacy policy, and support
+# documentation.
+# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
+# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
+
+name: Integración continua con Gradle (gradlew)
+
+on:
+ push:
+ branches: [ desarrollo ]
+ pull_request:
+ branches: [ desarrollo ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: Set up JDK 11
+ uses: actions/setup-java@v2
+ with:
+ java-version: '11'
+ distribution: 'temurin'
+ - name: Dar permisos a gradlew
+ run: chmod +x gradlew
+ - name: Construir el código con gradlew
+ run: ./gradlew build
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..26d33521
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 00000000..576a8af0
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+Audit4Improve
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 00000000..d390bd5f
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
new file mode 100644
index 00000000..ce1c62c7
--- /dev/null
+++ b/.idea/gradle.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..0749767a
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..35eb1ddf
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/DEVELOPERS.txt b/DEVELOPERS.txt
new file mode 100644
index 00000000..bdd4291e
--- /dev/null
+++ b/DEVELOPERS.txt
@@ -0,0 +1,2 @@
+Nombre del desarrollador: Diego Baquero Sanz
+Usuario: diebaqsan2
\ No newline at end of file
diff --git a/README.md b/README.md
index a574ce6c..d06ab43f 100644
--- a/README.md
+++ b/README.md
@@ -13,3 +13,5 @@ Librería con capacidades que den soporte al desarrollo de aplicaciones para la
## [Página en gitHub Pages](https://mit-fs.github.io/Audit4Improve-API/)
+"Soy el usuario diebaqsan2"
+