Skip to content

Fix annoyingly broken CI #307

Fix annoyingly broken CI

Fix annoyingly broken CI #307

Workflow file for this run

name: Hugs-CI

Check failure on line 1 in .github/workflows/hugs-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hugs-ci.yml

Invalid workflow file

`pull-request` is not a valid event name
on:
push:
branches:
- 'master'
pull-request:
schedule:
- cron: 0 0 * * *
jobs:
linux:
name: Hugs-CI - Linux
runs-on: ubuntu-20.04
steps:
- name: apt
run: |
sudo apt-get update
sudo apt-get install -y hugs libhugs-time-bundled cpphs
- name: checkout
uses: actions/checkout@v4
- name: build and test
run: ./test-hugs