Skip to content

Add Check forkflow

Add Check forkflow #1

Workflow file for this run

name: "Check"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
show-progress: 'false'
- uses: actions/cache@v4
with:
path: /root/.jbang
key: $-jbang-$
restore-keys: |
$-jbang-
- name: jbang
uses: jbangdev/[email protected]
with:
script: CreatePRMergeCommit.java
scriptargs: --help
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}