Check that froster installs correctly in Ubuntu-latest #7
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: froster-ubuntu-install | |
run-name: Check that froster installs correctly in Ubuntu-latest | |
on: [push, pull_request] | |
jobs: | |
check-froster-installation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Froster | |
run: curl -s https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref }}/install.sh | bash | |
- name: Check Froster is installed | |
run: froster --version | |