Skip to content

Commit

Permalink
Update livestream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Jun 7, 2024
1 parent 8fc0b9f commit 2eacb29
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/livestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,16 @@ jobs:
Log:
runs-on: ubuntu-latest
steps:
- name: Console logs some cool s**t
run: echo "Hello, World!"
- name: Checkout code
uses: actions/checkout@v4

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

- name: Install dependencies
run: npm install

- name: Lint code
run: npm run lint

0 comments on commit 2eacb29

Please sign in to comment.