We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdd544 commit 43fefadCopy full SHA for 43fefad
2 files changed
.github/workflows/ci.yml
@@ -0,0 +1,14 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ branches: [master, main]
6
+ pull_request:
7
8
9
+permissions:
10
+ contents: read
11
12
+jobs:
13
+ ci:
14
+ uses: elixir-vibe/actions/.github/workflows/elixir-ci.yml@v1
mix.exs
@@ -1,7 +1,7 @@
defmodule Systemd.MixProject do
use Mix.Project
- @source_url "https://github.com/elixir-vibe/systemd"
+ @source_url "https://github.com/dannote/systemd"
def project do
[
0 commit comments