Skip to content

Commit

Permalink
Create issue1210.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Jan 31, 2025
1 parent 56c5be8 commit 5455fc7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/issue1210.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: testing1210

on:
workflow_dispatch:



jobs:
tests:
name: Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '21'

0 comments on commit 5455fc7

Please sign in to comment.