diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfd2a7a9..69d62af6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -243,11 +243,12 @@ jobs: # Release › Install package via NPM # # - - name: '🪪 NPM › Install' + - name: '🪪 NPM › Install & Lint' id: task_release_npm_install working-directory: ./tvapp2 run: | npm ci + npm run lint env: NODE_AUTH_TOKEN: ${{ secrets.SELF_TOKEN_CL }} @@ -426,6 +427,9 @@ jobs: zip -jr ${{ env.PROJECT_NAME }}-${{ env.PACKAGE_VERSION }}-rc.${{ inputs.VERSION_RC }}.zip SHA256SUMS.txt ls + # # + # Release › Generate Tags + # # - name: '📝 Changelog › Pre Setup (Categorized Commits)' id: task_release_changelog_categorized_sha_set @@ -542,7 +546,7 @@ jobs: # Release › List Tree # # - - name: '⚙️ Debug › Clean Dist Folder' + - name: '⚙️ Debug › Tree Listing' id: task_release_debug_tree run: | tree diff --git a/README.md b/README.md index 005ddba9..2f7d9750 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ - [Docker Run](#docker-run) - [Docker Compose](#docker-compose) - [How It Works](#how-it-works) -- [Building `tvapp` Image](#building-tvapp-image) +- [Building `TVApp2` Image](#building-tvapp2-image) - [How It Works](#how-it-works-1) - [Before Building](#before-building) - [LF over CRLF](#lf-over-crlf) - [Set `+x / 0755` Permissions](#set-x--0755-permissions) - - [Build `tvapp` Image](#build-tvapp-image) + - [Build Images](#build-images) - [Build Single Architecture](#build-single-architecture) - [amd64](#amd64) - [arm64](#arm64) @@ -275,7 +275,7 @@ C(XMLTV-EPG) ---> E{Pull Dynamic EPG}
-## Building `tvapp` Image +## Building `TVApp2` Image These instructions outline how the TVApp2 docker image is set up, and how to build your own TVApp2 docker image. @@ -289,7 +289,7 @@ The TVApp2 application requires one dependency docker image, which is utilized a
-This base Alpine image contains [s6-overlay](https://github.com/just-containers/s6-overlay) and comes with several features such as plugins, service management, migration tools, etc. +This base Alpine image contains [📦 s6-overlay](https://github.com/just-containers/s6-overlay) and comes with several features such as plugins, service management, migration tools, etc.
@@ -432,7 +432,7 @@ sudo chmod +x ./root/etc/s6-overlay/s6-rc.d/init-adduser/run \
-### Build `tvapp` Image +### Build Images After completing the steps above; we will now build the [🔆 gitea:binaryninja/tvapp2](https://git.binaryninja.net/binaryninja/tvapp2) image.