8000 Update the positions for the monitors · thiagosanches/my-recipes@8e5fd6a · GitHub
[go: up one dir, main page]

Skip to content

Update the positions for the monitors #169

Update the positions for the monitors

Update the positions for the monitors #169

Workflow file for this run

on:
push
name: make test
jobs:
test:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: make test
shell: bash
0