File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 tag : ${{ steps.tag_version.outputs.new_tag }}
5555 name : Release ${{ steps.tag_version.outputs.new_tag }}
5656 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
92
103ENV MATCHERS_DIR="._actionshub_problem-matchers" \
114 MATCHER_FILE="${MATCHERS_DIR}/yamllint.json"
125
136COPY yamllint.json ${MATCHER_FILE}
14- RUN pip install yamllint \
7+ RUN pip install yamllint==v1.29.0 \
158 && mkdir -p ${MATCHERS_DIR} \
169 && echo "::[add-matcher]${MATCHER_FILE}"
1710
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: 'Jason Field'
44description : ' Run yamllint on your yaml files with ease'
55runs :
66 using : ' docker'
7- image : docker://ghcr.io/actionshub/yamllint:v1.4 .0
7+ image : docker://ghcr.io/actionshub/yamllint:v1.5 .0
88branding :
99 icon : ' edit-3'
1010 color : ' red'
You can’t perform that action at this time.
0 commit comments