ci: GitHub action for code linting #6
@@ -5,7 +5,8 @@ on:
|
|||||||
types: [ opened, synchronize, reopened, edited ]
|
types: [ opened, synchronize, reopened, edited ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate-pr-title:
|
build:
|
||||||
|
|
|||||||
|
name: conventional pull requests
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: conventional pull requests check
|
- name: conventional pull requests check
|
||||||
|
|||||||
Reference in New Issue
Block a user
Define explicit permissions for security.
The addition of an empty
permissionsblock at the top level is unnecessary since specific permissions are already defined within thebuildjob. Consider removing it to avoid confusion.Committable suggestion