Skip to content

Commit

Permalink
ignore html css
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Sep 19, 2024
1 parent 2145c13 commit cc9f067
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattribute
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.js linguist-vendored=false
*.css linguist-vendored=false
*.html linguist-vendored=false
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Test CI"

on: [push, pull_request]

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Build nix package
run: nix build .
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@
# Output packages
packages.default = pkgs.callPackage ./. { };
});

}

0 comments on commit cc9f067

Please sign in to comment.