Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Nov 11, 2023
1 parent c5b3962 commit 1392df7
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1392df7

Please sign in to comment.