From 6fda39ab915f911d09fb592d6ed4bbf0415145c5 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Tue, 9 Jan 2024 14:04:16 -0800 Subject: [PATCH] clean up --- .github/workflows/ci.yml | 5 ----- Sources/main.swift | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 323fa19..649ec85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,6 @@ on: push: branches: - main - paths: - - '.github/workflows/ci.yml' - - 'Package*' - - 'Sources/**/*.*' - - 'Tests/**/*.*' pull_request: branches: - main diff --git a/Sources/main.swift b/Sources/main.swift index 4bc4aab..1c6272c 100755 --- a/Sources/main.swift +++ b/Sources/main.swift @@ -1,4 +1,4 @@ -#!/usr / bin / swift +#!/usr/bin/swift // // GitHub