Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Sep 20, 2024
1 parent 2cb3161 commit 846df77
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ on:
types: [opened, synchronize]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'v20.14.0'
- name: "Start: Lint"
run: |
yarn install
yarn build
lint:
runs-on: ubuntu-latest
steps:
Expand All @@ -26,4 +39,5 @@ jobs:
node-version: 'v20.14.0'
- name: "Start: Unit Testing"
run: |
yarn install && yarn test
yarn install && yarn build:static
ls -la out

0 comments on commit 846df77

Please sign in to comment.