Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ updates:
commit-message:
prefix: chore
labels: [chore]

# You can add another configuration here to automatically update the other dependencies of your project.
# Learn more: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
20 changes: 0 additions & 20 deletions .github/workflows/ci.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-example:
name: Test Example
runs-on: ubuntu-22.04
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.0
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
.*
!.git*

# Add additional glob patterns here to specify more files or directories to be ignored by Git.
# Learn more: https://git-scm.com/docs/gitignore
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
<!-- Clear the content of this file and replace it with the description of your project. -->
<!-- Learn more: https://www.makeareadme.com -->
# Git Submodule Example

# Project Starter

The Project Starter is a [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) that provides a minimalistic boilerplate to kickstart any type of project on [GitHub](https://github.com/). Use this template to initialize your project with preconfigured settings recommended for various GitHub projects.

## Features

- Preconfigured [GitHub Actions](https://github.com/features/actions) to automate your project workflow.
- Preconfigured [Dependabot](https://docs.github.com/en/code-security/dependabot) to keep your project dependencies up to date.

## Usage

Refer to [this wiki](https://github.com/threeal/project-starter/wiki) for information on how to use this template.
Just an example Git repository that contains a [Git Submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules).