Skip to content

Caricamento dati + fix template vari #144

Caricamento dati + fix template vari

Caricamento dati + fix template vari #144

Workflow file for this run

name: 'JS/CSS'
on:
pull_request: {}
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
always-auth: true
registry-url: https://registry.npmjs.org
cache: yarn
- name: Install project dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Lint
run: yarn lint