Skip to content

Replace ClipboardJS dependency with native Clipboard API #102

Replace ClipboardJS dependency with native Clipboard API

Replace ClipboardJS dependency with native Clipboard API #102

Workflow file for this run

# This workflow will test the building and running of the Docker container
name: docker
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "*" ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker Image
run: |
docker build . < Dockerfile