Skip to content

Commit

Permalink
fixup! [OPS-1448] Replace buildkite with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereja313 committed Oct 9, 2023
1 parent f0f3c32 commit 1a8132b
Show file tree
Hide file tree
Showing 3 changed files with 1,161 additions and 20 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,24 @@ jobs:
- name: reuse lint
run: nix shell .#packages.x86_64-linux.reuse -c reuse lint

- name: build
run: nix build .#nixfmt-static
# - name: hlint
# run: nix build -L .#checks.x86_64-linux.hlint
# if: success() || failure()

# - name: stylish-haskell
# run: nix build -L .#checks.x86_64-linux.stylish-haskell
# if: success() || failure()

- name: build nixfmt
run: nix build -L .#nixfmt-static
if: success() || failure()

- name: build webdemo
run: nix build -L .#nixfmt-webdemo
if: success() || failure()

- name: build awscli
run: nix shell .#awscli
if: success() || failure()

deploy:
Expand Down
Loading

0 comments on commit 1a8132b

Please sign in to comment.