Commit de211a9 1 parent a2d2ed5 commit de211a9 Copy full SHA for de211a9
File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 54
54
tag : ${{ steps.tag_version.outputs.new_tag }}
55
55
name : Release ${{ steps.tag_version.outputs.new_tag }}
56
56
body : ${{ steps.tag_version.outputs.changelog }}
57
+ generateReleaseNotes : true
Original file line number Diff line number Diff line change 1
- FROM python:slim
2
-
3
- LABEL org.opencontainers.image.description \
4
- "Yamllint Action for GitHub Actions" \
5
- org.opencontainers.image.url \
6
- "https://github.com/actionshub/yamllint" \
7
- org.opencontainers.image.authors \
8
- "https://github.com/actionshub"
1
+ FROM python:3.10-slim
9
2
10
3
ENV MATCHERS_DIR="._actionshub_problem-matchers" \
11
4
MATCHER_FILE="${MATCHERS_DIR}/yamllint.json"
12
5
13
6
COPY yamllint.json ${MATCHER_FILE}
14
- RUN pip install yamllint \
7
+ RUN pip install yamllint==v1.29.0 \
15
8
&& mkdir -p ${MATCHERS_DIR} \
16
9
&& echo "::[add-matcher]${MATCHER_FILE}"
17
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: 'Jason Field'
4
4
description : ' Run yamllint on your yaml files with ease'
5
5
runs :
6
6
using : ' docker'
7
- image : docker://ghcr.io/actionshub/yamllint:v1.4 .0
7
+ image : docker://ghcr.io/actionshub/yamllint:v1.5 .0
8
8
branding :
9
9
icon : ' edit-3'
10
10
color : ' red'
You can’t perform that action at this time.
0 commit comments