Skip to content

Fix caching path in Go Backend workflow #51

Fix caching path in Go Backend workflow

Fix caching path in Go Backend workflow #51

name: Backend Features Lint
on: [ push, pull_request ]
defaults:
run:
working-directory: ./backend-features
jobs:
lint:
name: Gherkin Lint
runs-on: ubuntu-latest
steps:
- name: Checkout 📥
uses: actions/checkout@v2
- name: Run Linter 📑
run: docker compose run lint