Skip to content

Commit

Permalink
Add checkout + npm install to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Nov 11, 2023
1 parent 9391aa5 commit df440f6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
name: Frontend CI
on:
push:
branches: [main]
jobs:
Explore-GitHub-Actions:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 18.8
steps:
- run: next lint
- name: Checkout Repository
uses: actions/checkout@v4
- run: npm install

0 comments on commit df440f6

Please sign in to comment.