Skip to content

initial commit :)

initial commit :) #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-ruby@v1
with:
ruby-version: '3.1'
- run: |
gem install bundler
bundle install --path vendor/bundle
bundle exec jekyll build
- name: Markdown link checker
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: _site/index.html