Skip to content

Add Fedora Silverblue #95

Add Fedora Silverblue

Add Fedora Silverblue #95

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: "Test"
timeout-minutes: 60
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- run: make auto-install
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo snap install shellcheck
- run: sudo snap install shfmt
- run: make lint