(Update) Warn user about unrecognized torrent clients #5105
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compile Assets (Mix) | |
on: [push, pull_request] | |
jobs: | |
build-assets: | |
strategy: | |
matrix: | |
operating-system: | |
- ubuntu-22.04 | |
name: ${{ matrix.operating-system }} | |
runs-on: ${{ matrix.operating-system }} | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Start NPM | |
run: | | |
npm install | |
npx mix -p | |
cat public/mix-manifest.json # See asset versions in log |