Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV] fix/github-actions #49

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- master
- develop
pull_request:
branches:
- main
- master
- develop

jobs:
ci:
Expand All @@ -34,13 +34,13 @@ jobs:
run: echo "::set-output name=dir::$(npm cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v2.1.7
id: npm-cache
uses: actions/cache@v2
id: cache-node-modules
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-
${{ runner.os }}-node-

- name: Install dependencies 👨🏻‍💻
run: npm i
Expand Down
12 changes: 1 addition & 11 deletions content/tutores/davi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ discord: "davii#3306"
photo: https://github.com/daviprm.png
IsVerified: true
hasDiploma: true
isMVP: true
isMVP: false
description: Desenvolvedor full-stack há mais de 5 anos, cursando Engenharia de Software
resume:
link: LinkParaOCV
Expand All @@ -15,16 +15,6 @@ knowledges:
- VUEJS
- Typescript
contact:
- name: instagram
value: asdasdasdas
- name: twitch
value: asdasdasdasd
- name: facebook
value: asdasdasd
- name: twitter
value: asdasdasd
- name: linkedin
value: asdasdasd
- name: github
value: https://github.com/daviprm
- name: discord
Expand Down
37 changes: 37 additions & 0 deletions content/tutores/didadev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: FullStack
name: Diogo Costa Santos
discord: "Dida#3387"
photo: https://github.com/diogocsbr.png
IsVerified: true
hasDiploma: true
isMVP: true
description: Streamer e Programador com mais de 19 anos de experiência
resume:
link: https://diogocosta.dev/
knowledges:
- .NET
- C#
- ASP.NET
- Javascript
- Sql Server
- Flutter
- MongoDb
- SQL

contact:
- name: instagram
value: https://www.instagram.com/diogocostadev
- name: twitch
value: https://twitch.tv/xdidadev
- name: twitter
value: https://twitter.com/xdidadev
- name: linkedin
value: https://www.linkedin.com/in/diogotj/
- name: github
value: https://github.com/diogocsbr
- name: discord
value: Dida#3387
---

Streamer e Programador com mais de 19 anos de experiência
2 changes: 1 addition & 1 deletion content/tutores/paulo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ discord: "paulopc#8026"
photo: https://github.com/pcbrsites.png
IsVerified: true
hasDiploma: true
isMVP: true
isMVP: false
description: Desenvolvedor full-stack há mais de 11 anos, cursando Engenharia de Software
resume:
link: LinkParaOCV
Expand Down