Skip to content

Add basic GitHub Actions workflow to run tests. #1

Add basic GitHub Actions workflow to run tests.

Add basic GitHub Actions workflow to run tests. #1

Workflow file for this run

name: Luakit tests
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make run-tests
run: make run-tests