From b070f45ebafedf5518ca58af2e00a977e6fc0de8 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Wed, 3 Sep 2025 12:54:58 -0400 Subject: [PATCH] Update main CI file. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26b4665..cf22ffe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,8 @@ jobs: node-version: [18.x, 20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: + - uses: actions/checkout@v4 + - name: "Base requirements" run: | # packages @@ -49,4 +51,3 @@ jobs: run: yarn lint # will run `yarn lint` command - name: "Build Code" run: yarn run build # will run `yarn build` command - \ No newline at end of file