Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: include formatters + format
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 26, 2024
1 parent ad553d2 commit a2f4595
Show file tree
Hide file tree
Showing 20 changed files with 303 additions and 221 deletions.
16 changes: 8 additions & 8 deletions .github/issue-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Auto-assign issue
uses: pozil/auto-assign-issue@v1
with:
- name: Auto-assign issue
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: tulilirockz
numOfAssignee: 1
- name: Add to Project Tracking
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/atomic-studio-org/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
- name: Add to Project Tracking
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/atomic-studio-org/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/flake-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Commit Check
name: Commit Check
on:
push:
pull_request:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/issue-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Auto-assign issue
uses: pozil/auto-assign-issue@v1
with:
- name: Auto-assign issue
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: tulilirockz
numOfAssignee: 1
- name: Add to Project Tracking
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/atomic-studio-org/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
- name: Add to Project Tracking
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/atomic-studio-org/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/next-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to Github Pages
name: Publish to Github Pages
on:
workflow_dispatch:
push:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
This is a website made for talking about Atomic Studio and what it is all about, it is still in a VERY WIP stage, so expect a LOT of changes with time!

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

```bash
Expand Down
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ body {
-ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
}

.no-visible-scrollbar::-webkit-scrollbar {
display: none;
}
Loading

0 comments on commit a2f4595

Please sign in to comment.