Skip to content

Fix error - Include today and full number of days #51

Fix error - Include today and full number of days

Fix error - Include today and full number of days #51

Workflow file for this run

name: 'Build'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build Master
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
rm -rf /home/runner/work/platinumdx-weather-card/platinumdx-weather-card/node_modules
npm install
npm run lint && npm run rollup -c rollup.config.js
ls -R /home/runner/work/platinumdx-weather-card/platinumdx-weather-card/dist
# - name: HACS validation
# uses: 'hacs/action@main'
# with:
# category: 'plugin'