Skip to content

Merge pull request #59 from tharoosha/tharoosha-patch-7 #64

Merge pull request #59 from tharoosha/tharoosha-patch-7

Merge pull request #59 from tharoosha/tharoosha-patch-7 #64

Workflow file for this run

name: Depresio_1.0
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.5.1
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"
- name: npm install
run: |
npm install
env:
CI: true