Skip to content

maintenance of theme [1] #58

maintenance of theme [1]

maintenance of theme [1] #58

Workflow file for this run

name: 'Fica testing tool'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # for posts's lastmod
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Install dependency
run: bash bin/run insdep
- name: Test Site
run: bash bin/run chktheme