Skip to content

Bump actions/labeler from 4 to 5 #10

Bump actions/labeler from 4 to 5

Bump actions/labeler from 4 to 5 #10

Workflow file for this run

name: Test Makefile
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Makefile
run: make
- name: Run tests
run: npm test