Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbe33305ea | |||
| 7852a41fa2 | |||
| f31807f229 | |||
| 35bb849461 | |||
| 18fad375cf | |||
| b685fe81ef | |||
| 17b7944401 | |||
| 283f56101a | |||
| 25997803ed | |||
| 0359de9311 |
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: ⤵️ Check out code from GitHub
|
||||
uses: actions/checkout@v2.4.0
|
||||
- name: 🚀 Run Add-on Lint
|
||||
uses: frenck/action-addon-linter@v2.5
|
||||
uses: frenck/action-addon-linter@v2.6
|
||||
with:
|
||||
community: true
|
||||
path: "./${{ needs.information.outputs.target }}"
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
- name: ⤵️ Check out code from GitHub
|
||||
uses: actions/checkout@v2.4.0
|
||||
- name: 🚀 Run Prettier
|
||||
uses: creyD/prettier_action@v4.1.1
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
prettier_options: --write **/*.{json,js,md,yaml}
|
||||
env:
|
||||
@@ -163,7 +163,7 @@ jobs:
|
||||
- name: ⤵️ Download base image
|
||||
run: docker pull "${{ steps.flags.outputs.from }}"
|
||||
- name: 🚀 Build
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
uses: docker/build-push-action@v2.9.0
|
||||
with:
|
||||
push: false
|
||||
context: ${{ needs.information.outputs.target }}
|
||||
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
- name: ⤵️ Download base image
|
||||
run: docker pull "${{ steps.flags.outputs.from }}"
|
||||
- name: 🚀 Build
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
uses: docker/build-push-action@v2.9.0
|
||||
with:
|
||||
load: true
|
||||
# yamllint disable rule:line-length
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# MIT License
|
||||
|
||||
Copyright (c) 2021-2021 Gautham varma K
|
||||
Copyright (c) 2021-2022 Gautham varma K
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -65,7 +65,7 @@ check [the contributor's page][contributors].
|
||||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 GauthamVarmaK
|
||||
Copyright (c) 2021-2022 GauthamVarmaK
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -96,7 +96,7 @@ SOFTWARE.
|
||||
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[issue]: https://github.com/GauthamVarmaK/addon-tvheadend/issues
|
||||
[license-shield]: https://img.shields.io/github/license/GauthamVarmaK/addon-tvheadend.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[releases-shield]: https://img.shields.io/github/release/GauthamVarmaK/addon-tvheadend.svg
|
||||
[releases]: https://github.com/GauthamVarmaK/addon-tvheadend/releases
|
||||
|
||||
@@ -21,7 +21,7 @@ Have included the following along with TVHeadend:
|
||||
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/u/gauthamvarmak
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
|
||||
[release]: {{ repo }}/tree/{{ version }}
|
||||
|
||||
+1
-1
@@ -94,7 +94,7 @@ This has been possible thanks to the community add-ons initiative by [Frenck][fr
|
||||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 GauthamVarmaK
|
||||
Copyright (c) 2021-2022 GauthamVarmaK
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
setuptools==60.2.0
|
||||
streamlink==3.0.3
|
||||
setuptools==60.7.1
|
||||
streamlink==3.1.1
|
||||
|
||||
Reference in New Issue
Block a user