gha: full details for actions/checkout name

This commit is contained in:
John Bampton
2023-02-01 02:00:56 +10:00
parent d41ea96c2a
commit 5532d176e1
4 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -27,7 +27,8 @@ jobs:
CXX: ${{ matrix.cxx }}
LD: ${{ matrix.cc }}
steps:
- uses: actions/checkout@v3
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
- name: Ruby version
run: ruby -v
- name: Compiler version
@@ -41,7 +42,8 @@ jobs:
env:
MRUBY_CONFIG: ci/msvc
steps:
- uses: actions/checkout@v3
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
- name: Ruby version
run: ruby -v
- name: Build and test
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
security-events: write # for github/codeql-action/autobuild to send a status report
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
name: Check spelling with misspell
runs-on: ubuntu-latest
steps:
- name: Check Out
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
- name: Install
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
@@ -20,7 +20,7 @@ jobs:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: Check Out
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
- name: Install
run: |
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`