Skip to content

Rename queue 'index' variable to 'next' to clarify what it is. #17

Rename queue 'index' variable to 'next' to clarify what it is.

Rename queue 'index' variable to 'next' to clarify what it is. #17

Workflow file for this run

name: Testing
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make
- run: make check