Skip to content

chore(deps): update falti/dotenv-action action to v1.1.4 #119

chore(deps): update falti/dotenv-action action to v1.1.4

chore(deps): update falti/dotenv-action action to v1.1.4 #119

Workflow file for this run

name: pull requests
on:
pull_request:
paths:
- '.github/**'
- 'api/**'
- 'cmd/**'
- 'deployments/**'
- 'internal/**'
- 'pkg/**'
- 'scripts/**'
- 'go.*'
- 'Dockerfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build .