Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocosta committed Mar 27, 2024
1 parent 5e11f58 commit 32fbe8c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Developer Continuous Integration

on:
push:
pull_request:
branches:
- main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: LintProject

on:
push:
pull_request:
branches:
- main

Expand Down
12 changes: 12 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Repo to showcase some actions

## Linting

In some cases, our projects are not being linted, or the linting tool stop working in the middle of the project.
To help up with that, we can run our Lint in the actions instead of having hooks.

This action help us in two great ways:
- Annotating the linting issue on the PR.

- Fixing auto. some linting issues
![alt text](image.png)
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
console.log('hello world')
console.log('hello world')
const unused = 'It will generate an PR annotation'

0 comments on commit 32fbe8c

Please sign in to comment.