rename job

This commit is contained in:
Nawaz Dhandala
2022-01-23 10:59:04 +00:00
parent 4617932bf5
commit be8a5760d0

View File

@@ -1,11 +1,11 @@
name: Lint
name: Common Jobs
push:
branches:
- '*' # matches every branch
branches-ignore:
- 'hotfix-*' # excludes hotfix branches
jobs:
Explore-GitHub-Actions:
lint:
runs-on: ubuntu-latest
steps:
- run: apt-get update