Skip to content

Commit

Permalink
Update CI lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketnova committed May 22, 2024
1 parent 9694783 commit fd76fb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-app-rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# https://github.com/docker/compose/issues/1973
- name: Create required env files
working-directory: ./
run: |
touch ./app-rails/.env
- run: make lint

test:
Expand Down

0 comments on commit fd76fb2

Please sign in to comment.