This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
bdfr-browser/.forgejo/workflows/check.yaml

18 lines
381 B
YAML
Raw Normal View History

2023-09-13 15:46:30 +00:00
name: Check
on:
push:
branches: ['master']
jobs:
check:
runs-on: ubuntu-latest-amd64
steps:
- uses: actions/checkout@v3
- name: Check Flake
uses: https://github.com/DeterminateSystems/flake-checker-action@v5
with:
send-statistics: false
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4