Skip to content

Bump the npm-dependencies group across 1 directory with 13 updates #743

Bump the npm-dependencies group across 1 directory with 13 updates

Bump the npm-dependencies group across 1 directory with 13 updates #743

Workflow file for this run

---
name: 🛳️ Docker CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build-and-test:
name: 🐬 Test image
runs-on: ubuntu-latest
steps:
- name: ✅ Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: 👷🏼‍♂️ Build Docker image
run: docker build -t my-go-precommit .
- name: 🏃🏿‍♀️ Run Docker container and tests
run: |
docker run --rm -v "$PWD":/app -w /app my-go-precommit