Skip to content

Commit

Permalink
chapter05 file09
Browse files Browse the repository at this point in the history
  • Loading branch information
testesdapri authored Aug 6, 2021
1 parent 2b136fd commit cd9c7f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chapter05/file09.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: npm test and build

on:
push

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- uses: testesdapri/a-composite-run-steps-action@main

0 comments on commit cd9c7f7

Please sign in to comment.