Skip to content

πŸ‘• refactor: Remove lint from bootstrap/install-aur. #121

πŸ‘• refactor: Remove lint from bootstrap/install-aur.

πŸ‘• refactor: Remove lint from bootstrap/install-aur. #121

Workflow file for this run

name: ci:test
on:
- push
- pull_request
jobs:
test:
name: Continuous integration (tests)
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v2
- name: Test πŸ”¬
run: make test