Skip to content

non compliant commit for PR. #30

non compliant commit for PR.

non compliant commit for PR. #30

Workflow file for this run

name: CI
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on:
push:
branches: [dev, main]
pull_request:
branches: ["**"]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Build
run: make
- name: Run
run: ./hello