Skip to content

replaced all libraries for Imlib2 #7

replaced all libraries for Imlib2

replaced all libraries for Imlib2 #7

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build module
run: make build
- name: Run tests
run: make test