Skip to content

feat: made changes to Dockerfile addressing security concerns #9

feat: made changes to Dockerfile addressing security concerns

feat: made changes to Dockerfile addressing security concerns #9

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name == 'push' && !contains(toJson(github.event.commits), '[ci skip]') && !contains(toJson(github.event.commits), '[skip ci]')
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- run: make lint
- run: make test