We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9379b32 commit 33f8aa3Copy full SHA for 33f8aa3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:10-alpine
+FROM node:10
2
3
COPY package*.json /
4
README.md
@@ -11,13 +11,13 @@ name: Commitlint
11
on: [pull_request]
12
13
jobs:
14
- commitlint:
+ lint:
15
runs-on: ubuntu-latest
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
steps:
19
- uses: actions/checkout@v1
20
- - uses: wagoid/commitlint-github-action@v1.0.0
+ - uses: wagoid/commitlint-github-action@v1.1.0
21
```
22
23
## Inputs
0 commit comments