Skip to content

Commit

Permalink
ci: Rework config
Browse files Browse the repository at this point in the history
Reworked config to use 'nix develop' with 'earthly' command. Added
'pre-commit-nix' hook. Removed unnecessary flags and secrets. (feat/nix)
  • Loading branch information
flemzord committed Dec 17, 2024
1 parent b46fedc commit fe5cbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ pre-commit-nix:
BUILD +lint
BUILD +generate
END
BUILD +tests
# BUILD +tests
BUILD +export-docs-events
BUILD +release
# BUILD +release

openapi:
FROM node:20-alpine
Expand Down

0 comments on commit fe5cbec

Please sign in to comment.