Skip to content

rm postCreateCommand from devcontainer as it doesnt do anything anyway #104

rm postCreateCommand from devcontainer as it doesnt do anything anyway

rm postCreateCommand from devcontainer as it doesnt do anything anyway #104

---
name: dependencies
on:
push:
branches: ['main']
jobs:
submit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
distribution: temurin
java-version: 19
- uses: mikepenz/[email protected]
...