Skip to content

Commit 43fefad

Browse files
committed
Add reusable Elixir CI workflow
1 parent 7fdd544 commit 43fefad

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [master, main]
6+
pull_request:
7+
branches: [master, main]
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
ci:
14+
uses: elixir-vibe/actions/.github/workflows/elixir-ci.yml@v1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Systemd.MixProject do
22
use Mix.Project
33

4-
@source_url "https://github.com/elixir-vibe/systemd"
4+
@source_url "https://github.com/dannote/systemd"
55

66
def project do
77
[

0 commit comments

Comments
 (0)