From 8729ad691b2100de62cbc190693307fadb099fc7 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 25 Aug 2023 08:27:58 -0700 Subject: [PATCH] revisit actions --- .github/workflows/linting.yml | 18 ------------------ .github/workflows/pre-commit.yml | 2 +- .github/workflows/release.yml | 1 - 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .github/workflows/linting.yml diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml deleted file mode 100644 index cde5774..0000000 --- a/.github/workflows/linting.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Linting - -on: - push - -jobs: - release: - runs-on: ubuntu-latest - - # Steps represent matrix sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 - - - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v3.3.0 - with: - files: readme.md diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index cec95ee..ff67bb0 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,5 +9,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + #- uses: actions/setup-python@v3 - uses: pre-commit/action@v3.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd0dc9f..25b2f94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - uses: cvxgrp/.github/actions/build@main deploy: