Skip to content

Created array_distinct function to easily get only the unique values from an array #249

Created array_distinct function to easily get only the unique values from an array

Created array_distinct function to easily get only the unique values from an array #249

Workflow file for this run

---
name: 'CI'
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
make test
make cs