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