Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Oct 14, 2024
1 parent bb1fa0f commit a739447
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 2,117 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ jobs:
node-version: [20.x]
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 rollup
# - name: copy sensor files
# run: mkdir -p dist/custom_components && mkdir -p dist/custom_components/yerushamayim && cd src/sensor/ && cp __init__.py sensor.py manifest.json ../../dist/custom_components/yerushamayim
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Commit dist
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.2
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@ jobs:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
validate-hacs-plugin:
runs-on: "ubuntu-latest"
steps:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "plugin"
category: "integration"
139 changes: 0 additions & 139 deletions dist/yerushamayim-local.js

This file was deleted.

170 changes: 0 additions & 170 deletions dist/yerushamayim.js

This file was deleted.

Loading

0 comments on commit a739447

Please sign in to comment.