Skip to content

test(ci): run all tests by default #371

test(ci): run all tests by default

test(ci): run all tests by default #371

Workflow file for this run

name: Actions. Lint
on: [push]
env:
TASK_X_REMOTE_TASKFILES: 1
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Task
uses: go-task/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Lint
run: |
task --yes actions:lint
task --yes actions:format:check