2020-11-15 06:07:45 +03:00
|
|
|
# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2020-11-14 23:37:51 +03:00
|
|
|
steps:
|
|
|
|
- label: Check Nix flake
|
|
|
|
commands:
|
|
|
|
- nix-shell --run 'nix --experimental-features "nix-command flakes" flake check'
|