Update README.md #30
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: Linux Perl Setup | |
on: | |
push: | |
branches: ["master", "ci"] | |
pull_request: | |
branches: ["master", "ci"] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
setup: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: shogo82148/actions-setup-perl@v1 | |
with: | |
perl-version: '5' | |
- name: Run Script | |
run: sudo perl scripts/setup.pl |