From 74c9adaa82ba4091ecc7832c3bc4037ff9bf6bca Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 12 Jul 2024 21:10:22 -0400 Subject: [PATCH] Check out the source --- .gitea/workflows/lint.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 70000f2..ee0ab74 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -9,11 +9,13 @@ jobs: container: image: docker.atomaka.com/mdformat steps: - - run: mdformat --check _posts/ + - uses: actions/checkout@v4 + - run: mdformat --check _posts/ build: runs-on: cth-ubuntu-latest steps: - - run: | - gem install bundler - bundle install - bundle exec jekyll build + - uses: actions/checkout@v4 + - run: | + gem install bundler + bundle install + bundle exec jekyll build