FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
.github/.github/workflows/commitlint.yml at master · saltstack-formulas/.github · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
saltstack-formulas
/
.github
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
1
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
.github
/
.github
/
workflows
/
commitlint.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
21 lines (19 loc) · 495 Bytes
Breadcrumbs
.github
/
.github
/
workflows
/
commitlint.yml
Copy path
File metadata and controls
21 lines (19 loc) · 495 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
-*- coding: utf-8 -*-
#
vim: ft=yaml
---
name
:
Commitlint
'
on
'
:
[pull_request]
permissions
:
{}
jobs
:
lint
:
permissions
:
contents
:
read
runs-on
:
ubuntu-latest
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
steps
:
-
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
fetch-depth
:
0
persist-credentials
:
false
-
uses
:
wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed
#
v6
Back
|
FazBrowse Home
|
New Git URL