mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
improve naming of the github action lint
Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
This commit is contained in:
parent
ab4d64864e
commit
7c94cefd4b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/lint-annotation.yml
vendored
4
.github/workflows/lint-annotation.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "HEAD_SHA=$(cat ./pr/head_sha)" >> $GITHUB_OUTPUT
|
echo "HEAD_SHA=$(cat ./pr/head_sha)" >> $GITHUB_OUTPUT
|
||||||
id: head_sha
|
id: head_sha
|
||||||
- name: Comment on PR with E2E results
|
- name: Rust linter Clippy annotation on PR
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
uses: actions/github-script@v7.0.1
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
mkdir -p ./pr
|
mkdir -p ./pr
|
||||||
mkdir -p ./temp
|
mkdir -p ./temp
|
||||||
echo ${{ github.event.pull_request.head.sha }} > ./pr/head_sha
|
echo ${{ github.event.pull_request.head.sha }} > ./pr/head_sha
|
||||||
- name: Clippy
|
- name: Run Clippy Lint
|
||||||
run: |
|
run: |
|
||||||
./mach clippy --message-format=json --use-crown --locked -- -- --deny warnings | ./etc/ci/clippy-annotation.sh > temp/clippy-output.json
|
./mach clippy --message-format=json --use-crown --locked -- -- --deny warnings | ./etc/ci/clippy-annotation.sh > temp/clippy-output.json
|
||||||
- name: Clippy Linter Result Upload
|
- name: Clippy Linter Result Upload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue