Skip to content

Make git tag a single source of truth for versions, available in comp… #404

Make git tag a single source of truth for versions, available in comp…

Make git tag a single source of truth for versions, available in comp… #404

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: just test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: taiki-e/install-action@just
- run: sudo apt-get update
- run: sudo apt-get -y install v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev
- run: WLUMA_VERSION=0.0.0-ci just test
lint:
name: just lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: taiki-e/install-action@just
- run: sudo apt-get update
- run: sudo apt-get -y install v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev
- run: WLUMA_VERSION=0.0.0-ci just lint