Skip to content

feat: init

feat: init #18

Workflow file for this run

---
name: Lint files
# yamllint disable-line rule:truthy
on:
pull_request:
jobs:
default:
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_linter_callable.yml@6cebb62b60151c78910271dc54c22e0046d2f23e
secrets: inherit
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.4
with:
fetch-depth: 0
- name: Setup release
run: |
pwd
git clone --no-tags --branch stable --single-branch https://github.com/Hapag-Lloyd/Workflow-Templates.git .release_clone
mv .release_clone/.release_github_only_auto .release
mv .release/.releaserc.yml .releaserc.yml
ls -la .release/