Skip to content

ci: Ignore readme file. #70

ci: Ignore readme file.

ci: Ignore readme file. #70

Workflow file for this run

name: test
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install customizepkg
run: curl -sLo /usr/local/bin/customizepkg https://raw.githubusercontent.com/ava1ar/customizepkg/master/customizepkg && chmod +x /usr/local/bin/customizepkg
- name: Run test script
run: .ci/test.sh
shell: bash