Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter #119

Merged
merged 11 commits into from
Feb 11, 2025
Merged

Linter #119

merged 11 commits into from
Feb 11, 2025

Conversation

O-Mutt
Copy link
Owner

@O-Mutt O-Mutt commented Feb 11, 2025

flarbits

.github/workflows/just_do_it.yml Fixed Show fixed Hide fixed
.github/workflows/just_do_it.yml Fixed Show fixed Hide fixed
.github/workflows/just_do_it.yml Fixed Show fixed Hide fixed
Comment on lines +26 to +40
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Clean Install
run: npm ci

- name: Test
run: npm run test

build:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
Comment on lines +41 to +53
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Clean Install
run: npm ci

- name: Build
run: npm run build

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
@O-Mutt O-Mutt closed this Feb 11, 2025
@O-Mutt O-Mutt reopened this Feb 11, 2025
@O-Mutt O-Mutt merged commit 98e6eb9 into main Feb 11, 2025
8 checks passed
@O-Mutt O-Mutt deleted the linter branch February 11, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant