Skip to content

Bump actions/upload-artifact from 3 to 4 #21

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #21

Workflow file for this run

name: Commit Format
on: pull_request
jobs:
verify-commit-format:
name: Verify Commit Format
if: ${{ false }}
runs-on: ubuntu-18.04
env:
GITHUB_CONTEXT: ${{ github.event.pull_request.commits_url }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # so that we can see the full commit range
- name: Run
run: ./.ci-scripts/verify-commit-format.sh