Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 0871f92

Browse files
committed
feat(ci): add CI
1 parent 74e484b commit 0871f92

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+

.github/workflows/ci.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/[email protected]
11+
- uses: DeterminateSystems/nix-installer-action@v11
12+
- uses: DeterminateSystems/magic-nix-cache-action@main
13+
- name: Build package
14+
run: nix build -L
15+

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png" width="600px"/>
77

8+
<img src="https://img.shields.io/github/actions/workflow/status/gekoke/magit-file-icons/ci.yaml?style=for-the-badge"/>
9+
810
Display file icons in ![Magit](https://github.com/magit/magit)!
911

1012
# Preview

0 commit comments

Comments
 (0)