diff --git a/C/meson-android.yml b/C/meson-android.yml index a78b0a4..b5349d0 100644 --- a/C/meson-android.yml +++ b/C/meson-android.yml @@ -9,8 +9,8 @@ pipeline: build: image: codeberg.org/native-ci/android-ndk:latest - # this step gets ran on "master" and "dev" branch. - # also runs on pull requests targeting these branch. + # this step gets run on "master" and "dev" branches. + # also runs on pull requests targeting these branches. when: branch: [ master, dev ] commands: | diff --git a/C/meson.yml b/C/meson.yml index f9dc40b..2e89475 100644 --- a/C/meson.yml +++ b/C/meson.yml @@ -11,8 +11,8 @@ pipeline: build: image: codeberg.org/native-ci/cpp-meson:latest - # this step gets ran on "master" and "dev" branch. - # also runs on pull requests targeting these branch. + # this step gets run on "master" and "dev" branches. + # also runs on pull requests targeting these branches. when: branch: [ master, dev ] commands: | diff --git a/Jekyll/jekyll.yml b/Jekyll/jekyll.yml index bed5d2d..5ec115b 100644 --- a/Jekyll/jekyll.yml +++ b/Jekyll/jekyll.yml @@ -31,7 +31,7 @@ pipeline: - git config --global user.email "$CBMAIL" - git config --global user.name "CI Builder" - git config --global init.defaultBranch pages - # clone and move the taret repo + # clone and move the target repo - git clone -b pages https://codeberg.org/CBUSER/CBOUT.git - mv CBOUT _site - chmod -R a+w _site diff --git a/Python/.woodpecker.yml b/Python/.woodpecker.yml index 74638b2..7e36c89 100644 --- a/Python/.woodpecker.yml +++ b/Python/.woodpecker.yml @@ -1,5 +1,5 @@ -# This config shows how to handle Python-CI focusing on code quaility +# This config shows how to handle Python-CI focusing on code quality # was taken from https://codeberg.org/sail.black/serial-sphinx/src/branch/main/.woodpecker.yml # check there for license information diff --git a/golang/Dockerfile b/golang/Dockerfile index fba62d6..857fe43 100644 --- a/golang/Dockerfile +++ b/golang/Dockerfile @@ -10,7 +10,7 @@ COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifica # Copy prebuild Go binary into container COPY ./APPLICATIONNAME /APPLICATIONNAME -# Uncomment and ajust if golang application exposes an port +# Uncomment and adjust if golang application exposes a port #EXPOSE 3000 # Run application diff --git a/golang/build-docker.yml b/golang/build-docker.yml index 7c9e396..f865f71 100644 --- a/golang/build-docker.yml +++ b/golang/build-docker.yml @@ -26,7 +26,7 @@ pipeline: when: event: pull_request - # Builds and publish a docker container to DockerHub from the main-branch + # Builds and publishes a docker container to DockerHub from the main-branch publish-docker-latest: image: plugins/kaniko settings: