Skip to content

Commit

Permalink
created new v0 of ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafaelfferreira committed Jun 17, 2024
1 parent 607be60 commit 79b81b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "CI - Continuous Integration"

on:
pull_request:
types: [opened, synchronize]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: "Lint"
run: "echo teste"
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"github.vscode-github-actions"
]
}

0 comments on commit 79b81b9

Please sign in to comment.