Skip to content

Commit

Permalink
fixup! Adapt and update test GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed May 20, 2024
1 parent 952065f commit 5b687fc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,26 @@ on:

jobs:
lint:
container: node-lts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Lint Markdown files
run: make lint

build:
container: python:3.11
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Cache dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit 5b687fc

Please sign in to comment.