Files
logos-package/.github/workflows/ci.yml
Dario Lipicar d9a741359b add icon field to manifest (#14)
* add icon field to manifest

* run tests only during the build
2026-02-23 20:01:11 -03:00

25 lines
419 B
YAML

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
experimental-features = nix-command flakes
- name: Build and test
run: nix build