aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-08-21 20:43:01 -0400
committerXe Iaso <me@xeiaso.net>2023-08-21 20:43:01 -0400
commit90da0c1daea6dfefe801548443a3889b19def2b2 (patch)
treee377fe651f445cfd8333d6866c1c2d278090c66e /.github/workflows
parented341e27f9c63433adb6eafb4295147cc93fa219 (diff)
downloadxesite-90da0c1daea6dfefe801548443a3889b19def2b2.tar.xz
xesite-90da0c1daea6dfefe801548443a3889b19def2b2.zip
.github/workflows: remove main.yml
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index f194054..0000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-on:
- pull_request:
- push:
- branches: [main]
-
-jobs:
- lints:
- name: Build
- runs-on: ubuntu-22.04
- steps:
- - uses: actions/checkout@v3
- - name: Install Nix
- uses: DeterminateSystems/nix-installer-actio