alpha
Login
or
Join now
boltless.me
/
sense.nvim
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Expand your neovim sense with small UI components
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: add cachix test action
author
Seongmin Lee
date
1 year ago
(Feb 12, 2025, 1:21 PM UTC)
commit
78cc0ea3
78cc0ea30a5b3c6f1d2cc2e23aa8f32e4307737f
parent
06a3e716
06a3e7169f5d6688071d36bac49521e1ad5ae144
+19
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yml
+19
.github/workflows/ci.yml
View file
Reviewed
···
1
1
+
name: CI
2
2
+
3
3
+
on:
4
4
+
push:
5
5
+
branches:
6
6
+
- main
7
7
+
workflow_dispatch:
8
8
+
9
9
+
jobs:
10
10
+
test:
11
11
+
runs-on: ubuntu-latest
12
12
+
steps:
13
13
+
- uses: actions/checkout@v4
14
14
+
- uses: cachix/install-nix-action@v30
15
15
+
- uses: cachix/cachix-action@v15
16
16
+
with:
17
17
+
name: boltlessengineer
18
18
+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
19
19
+
- run: nix flake check --print-build-logs