mirror of
https://github.com/serokell/deploy-rs.git
synced 2024-11-29 09:42:05 +03:00
9 lines
236 B
YAML
9 lines
236 B
YAML
# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
|
|
#
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
steps:
|
|
- label: Check Nix flake
|
|
commands:
|
|
- nix-shell --run 'nix --experimental-features "nix-command flakes" flake check'
|