Skip to content

actions: remove depedencies for running example, want it to run on ev… #4

actions: remove depedencies for running example, want it to run on ev…

actions: remove depedencies for running example, want it to run on ev… #4

Workflow file for this run

# DO NOT EDIT. Generated from scripts/github-action
name: hl
on: [push,pull_request]
jobs:
hl:
timeout-minutes: 26
#needs: setup
strategy:
fail-fast: false
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
continue-on-error: true
- uses: cedx/setup-hashlink@v6.0.0
- name: Install lix
run: npm i lix -g
- name: Run lix
run: npx lix download
- name: test
run: haxe --run Make test hl