Skip to content

build: upgraded julia to 1.10 and added multi-arch support #41

build: upgraded julia to 1.10 and added multi-arch support

build: upgraded julia to 1.10 and added multi-arch support #41

Workflow file for this run

---
# This action makes PRs require conventional commits in both
# the pull request title, and commit message.
#
# See: https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional
name: Lint PR Commit Messages
# yamllint disable-line rule:truthy
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
# Uncomment this if you want to validate all commits in this PR not just the PR comment
# with:
# fetch-depth: 0
- name: Use Node.js 18.8.0
uses: actions/setup-node@v3
with:
node-version: 18.8.0
cache: 'yarn'
# New rule was introduced in v18.6, bypassing it here
- name: Install CommitLint Dependency
run: yarn add @commitlint/[email protected]
# Uncomment this if you want to validate all commits in this PR not just the PR comment
# - uses: wagoid/commitlint-github-action@v5
- name: Lint the PR message
uses: JulienKode/pull-request-name-linter-action@8c05fb989d9f156ce61e33754f9802c9d3cffa58
with:
configuration-path: ./.commitlintrc.yaml