From 27a8f700450788f252861ffe15c5625ef14517f7 Mon Sep 17 00:00:00 2001 From: Aaron Crosman Date: Sat, 15 Jan 2022 22:23:05 -0500 Subject: [PATCH] Remove madge action --- .github/workflows/madge.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/madge.yml diff --git a/.github/workflows/madge.yml b/.github/workflows/madge.yml deleted file mode 100644 index c170aa1..0000000 --- a/.github/workflows/madge.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Madge - -on: - push: - branches: [main] - pull_request: - # The branches below must be a subset of the branches above - branches: [main] - -jobs: - dependencies: - name: Madge - runs-on: ubuntu-latest - - steps: - - name: Check out Git repository - uses: actions/checkout@v2 - - - name: Set up Node.js - uses: actions/setup-node@v1 - with: - node-version: 14 - - - name: Install dependencies - run: npm install - - - name: Madge - run: | - npm run madge