Skip to content

build(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0 #28

build(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0

build(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0 #28

Workflow file for this run

---
name: Release test
permissions:
contents: write
issues: write
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
# Only for testing of the release environment.
semantic:
name: Semantic-Release-Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install @semantic-release/changelog @semantic-release/git @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/exec @semantic-release/git semantic-release/release-notes-generator
- name: Release (Dry-Run)
run: npx semantic-release -d
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}