Skip to content

ci: compute the next version instead of failing the github action #160

ci: compute the next version instead of failing the github action

ci: compute the next version instead of failing the github action #160

Workflow file for this run

name: Actionlint
on:
workflow_dispatch:
push:
paths:
- .github/workflows/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: actionlint
uses: raven-actions/actionlint@v2.0.0