Skip to content

Commit

Permalink
creating_first yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Naresh committed Nov 27, 2023
0 parents commit 82dddf2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflow/learn-github-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# defining the name

name: learn-github-actions

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/setup-node@3
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v




0 comments on commit 82dddf2

Please sign in to comment.