diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 5fa4f0a..05fac31 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -2,7 +2,7 @@ name: Actions on: push: branches: - - 'main' + - 'master' jobs: Lint Code (Ruff & Pylint): @@ -13,8 +13,8 @@ jobs: uses: actions/checkout@v3 - name: Analysing code with Ruff - run: ./.venv/bin/ruff check $(git ls-files '*.py') + run: ruff check $(git ls-files '*.py') continue-on-error: true - name: Analysing code with Pylint - run: ./.venv/bin/pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py') \ No newline at end of file + run: pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py') \ No newline at end of file diff --git a/Blastoff!/README.md b/Blastoff!/README.md index 6b7ebb0..e0535d7 100644 --- a/Blastoff!/README.md +++ b/Blastoff!/README.md @@ -1 +1,3 @@ -# Blastoff! \ No newline at end of file +# Blastoff! + +*4/29/2024* \ No newline at end of file