Skip to content

Commit

Permalink
Merge pull request #33 from JoseHerminioCollas/react-convert
Browse files Browse the repository at this point in the history
React convert
  • Loading branch information
JoseHerminioCollas authored Jan 2, 2025
2 parents 94bb49a + 93dde0a commit 5f8ee8d
Show file tree
Hide file tree
Showing 17 changed files with 16,728 additions and 1,828 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

name: Aaarto

on:
push:
branches: [ "main", "workflow" ]
pull_request:
branches: [ "main", "workflow" ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Echo text
run: echo "Aaarto workflow running"

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 5f8ee8d

Please sign in to comment.