From aa1443476a22dddda5005ea3d93e06cb5802dee7 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 14 Nov 2023 22:26:15 +0000 Subject: [PATCH] fix workflows --- .github/workflows/test-action.yml | 2 ++ .github/workflows/test-reverse-action.yml | 3 ++- LICENSE | 2 +- reverse/LICENSE | 21 --------------------- 4 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 reverse/LICENSE diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 889b700..5da1dbf 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -32,3 +32,5 @@ jobs: - run: npm ci - run: npm run build - uses: ./ + with: + path: test diff --git a/.github/workflows/test-reverse-action.yml b/.github/workflows/test-reverse-action.yml index 9e41465..b293888 100644 --- a/.github/workflows/test-reverse-action.yml +++ b/.github/workflows/test-reverse-action.yml @@ -29,5 +29,6 @@ jobs: cache: npm - run: npm ci - run: npm run -w ./reverse build - working-directory: reverse - uses: ./reverse + with: + path: test diff --git a/LICENSE b/LICENSE index 07471cc..17ed4cf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Jacob Hummer +Copyright (c) 2023 GitHub Actions for GitHub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/reverse/LICENSE b/reverse/LICENSE deleted file mode 100644 index 92d809a..0000000 --- a/reverse/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 Jacob Hummer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.