diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-08-21 20:43:01 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-08-21 20:43:01 -0400 |
| commit | 90da0c1daea6dfefe801548443a3889b19def2b2 (patch) | |
| tree | e377fe651f445cfd8333d6866c1c2d278090c66e /.github/workflows | |
| parent | ed341e27f9c63433adb6eafb4295147cc93fa219 (diff) | |
| download | xesite-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.yml | 13 |
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 |
