Skip to content

Add CI

Add CI #2

Workflow file for this run

on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
name: Check
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: /root/.jbang
key: $-jbang-$
restore-keys: |
$-jbang-
- name: jbang
uses: jbangdev/[email protected]
with:
script: gcl.java