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