Skip to content

Testing a new GH Action #2

Testing a new GH Action

Testing a new GH Action #2

Workflow file for this run

on: [pull_request]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Clone the Project
uses: actions/checkout@v4
- name: Test Common Lisp
id: foo
uses: fosskers/[email protected]
with:
compiler: "sbcl"