feat: install + use fifc plugin #309
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: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: macOS-latest | |
steps: | |
- name: Setup just | |
uses: extractions/setup-just@v1 | |
with: | |
just-version: 0.8.3 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
- name: Setup repository | |
uses: actions/checkout@v2 | |
- name: Testing installation of all dependencies | |
run: just install-ci |