From 1392df75c55a1339a17bbf7cc0434146df5fe5e0 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal Date: Sat, 11 Nov 2023 12:19:26 +0530 Subject: [PATCH] check --- .github/workflows/main.yml | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 264ccd4..473e311 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,24 +9,30 @@ on: jobs: close-multiple-issues: + name: Checks if this action works runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - # - uses: ./ + - uses: ./ - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: 16 + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v3 + # # - uses: ./ - - name: Install Dependencies - run: npm install + # - name: Setup Node.js + # uses: actions/setup-node@v2 + # with: + # node-version: 16 - - name: Compile TypeScript - run: npx tsc + # - name: Install Dependencies + # run: npm install - - name: Run Custom Action - run: | - node dist/index.js - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Compile TypeScript + # run: npx tsc + + # - name: Run Custom Action + # run: | + # node dist/index.js + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}