1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

feat: seems to be working now

This commit is contained in:
Kevin Amado 2022-02-07 22:02:51 -05:00
parent 6dd7efd8b5
commit 43ca294239
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -13,17 +13,6 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v2
- name: Build
uses: docker://alpine:latest
with:
args: pwd
- run: |
pwd
ls
- name: Build
uses: docker://alpine:latest
with:
args: ls
- name: Build
uses: docker://nixos/nix
with:
@ -32,4 +21,3 @@ jobs:
--extra-experimental-features flakes
--extra-experimental-features nix-command
--print-build-logs
--verbose