Skip to content

Commit

Permalink
Implementado CI Básico
Browse files Browse the repository at this point in the history
close #5
  • Loading branch information
renzo authored and renzon committed Sep 4, 2024
1 parent 8a7325d commit c7521a6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/django_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Django CI

on:
pull_request:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Comando de sucesso
run: ls /

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# django-para-profissionais
Projeto com código fonte do curso Django para Profissionais da DevPro
Projeto com código fonte do [curso Django para Profissionais](https://l.dev.pro.br/django-para-profissionais.) da DevPro.

[Playlist no YouTube](https://l.dev.pro.br/playlist-django-para-profissionais)

## Instalação

Expand Down

0 comments on commit c7521a6

Please sign in to comment.