Skip to content

Commit

Permalink
Add .editorconfig; run "launcher version" in CI (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Dec 29, 2023
1 parent 26904ab commit 2fb47dc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# http://EditorConfig.org

# Top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Nix files: 2 spaces for indents
[*.nix]
indent_style = space
indent_size = 2

# yml workflow files: 2 spaces for indents
[*.yml]
indent_style = space
indent_size = 2
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:

- name: show flake metadata
run: nix flake metadata

- name: launcher version
run: ./result/bin/launcher version

- name: osqueryd version
run: ./result/bin/osqueryd --version

0 comments on commit 2fb47dc

Please sign in to comment.