Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
21
vendor/twilio/sdk/.github/workflows/pr-lint.yml
vendored
Normal file
21
vendor/twilio/sdk/.github/workflows/pr-lint.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Lint PR
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ opened, edited, synchronize, reopened ]
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
name: Validate title
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: amannn/action-semantic-pull-request@v5
|
||||
with:
|
||||
types: |
|
||||
chore
|
||||
docs
|
||||
fix
|
||||
feat
|
||||
misc
|
||||
test
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user