- Notifications
You must be signed in to change notification settings - Fork396
Github Action para ejecutar powrap fix con un comentario#1836
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:3.13
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
9f36e72
4784132
b60f901
94a5617
4c88e59
8a35070
5e8294d
e97b234
a298acd
89efe08
c6cd5c9
4660c60
48359fa
1f6c82f
ecc94e1
284a519
b620336
0e43eca
beb9bfe
75fd847
55fe5e7
0f8c793
fe0bbda
64a4e23
2bcf7ea
26e3093
da6981a
3f5ac33
b821192
bbef6e3
111a24d
c03192f
0b465a5
5f3b136
c609c52
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,15 +2,14 @@ name: pospell | ||
on: | ||
issue_comment: | ||
types: | ||
- edited | ||
- created | ||
jobs: | ||
fix-spell: | ||
name: Fix spelling | ||
runs-on: ubuntu-latest | ||
if: ${{ github.event.issue.pull_request && github.event.comment.body == 'pospell-fix' }} | ||
erickisos marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page.
erickisos marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
steps: | ||
- name: Confirmar ejecucion | ||
uses: actions/github-script@v6 | ||
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.