Skip to content

adding new projetcs + improve UI skills cards + adding meta keywords #11

adding new projetcs + improve UI skills cards + adding meta keywords

adding new projetcs + improve UI skills cards + adding meta keywords #11

Workflow file for this run

name: Portfolio
on:
pull_request:
branches:
- main
jobs:
CI_portfolio:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
- run: npm i
- run: npm run lint
- run: npm run test